#CFAADE

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

Shades of Wisteria #CFAADE

Tints of Wisteria #CFAADE

Color information

#CFAADE (or 0xCFAADE) is unknown color: approx Wisteria. HEX triplet: CF, AA and DE. RGB value is (207,170,222). Sum of RGB (Red+Green+Blue) = 207+170+222=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAADE is #305521. Grayscale: #BABABA. Windows color (decimal): -3167522 or 14592719. OLE color: 14592719.

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

Color convert

RGB207170222-
CMYK0.070.2300.13
HSL282.69º44.07%76.86%-
HSV(B)282.69º23.42%87.06%-
XYZ53.2947.2975.43-
YUV186.99147.76142.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=34.56%
G=28.38%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071702220.070.2300.13282.6944.0776.86
HexCFAADE7170D11b2c4d
Octal31725233672701543354115
Binary11001111101010101101111011110111011011000110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAADE; }

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

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

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

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

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

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

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

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