#CFA8DE

Color #CFA8DE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CFA8DE

Tints of Wisteria #CFA8DE

Color information

#CFA8DE (or 0xCFA8DE) is unknown color: approx Wisteria. HEX triplet: CF, A8 and DE. RGB value is (207,168,222). Sum of RGB (Red+Green+Blue) = 207+168+222=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8DE is #305721. Grayscale: #B9B9B9. Windows color (decimal): -3168034 or 14592207. OLE color: 14592207.

HSL color Cylindrical-coordinate representation of color #CFA8DE: hue angle of 283.33º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA8DE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207168222-
CMYK0.070.2400.13
HSL283.33º45%76.47%-
HSV(B)283.33º24.32%87.06%-
XYZ52.9246.5475.3-
YUV185.82148.42143.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=34.67%
G=28.14%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071682220.070.2400.13283.334576.47
HexCFA8DE7180D11b2d4c
Octal31725033673001543355114
Binary11001111101010001101111011111000011011000110111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8DE; }

 p { color: rgb(207,168,222); }

 H1.HeaderClassName
 {
   color: #CFA8DE;
 }
 .AnyTagClassName
 {
   color: #CFA8DE;
 }
</style>
background-color css

<style>
 a { background-color: #CFA8DE; }

 a { background-color: rgb(207,168,222); }

 div.DivClassName
 {
   background-color: #CFA8DE;
 }
 .BgClassName
 {
   background-color: #CFA8DE;
 }
</style>
border-color css

<style>
 span { border-color: #CFA8DE; }

 span { border-color: rgb(207,168,222); }

 td.TdClassName
 {
   border-color: #CFA8DE;
 }
 .TagClassName
 {
   border-color: #CFA8DE;
 }
</style>