#CEA9DE

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

Shades of Wisteria #CEA9DE

Tints of Wisteria #CEA9DE

Color information

#CEA9DE (or 0xCEA9DE) is unknown color: approx Wisteria. HEX triplet: CE, A9 and DE. RGB value is (206,169,222). Sum of RGB (Red+Green+Blue) = 206+169+222=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 169 (66.41% from 255 or 28.31% 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 #CEA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9DE is #315621. Grayscale: #B9B9B9. Windows color (decimal): -3233314 or 14592462. OLE color: 14592462.

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

Color convert

RGB206169222-
CMYK0.070.2400.13
HSL281.89º44.54%76.67%-
HSV(B)281.89º23.87%87.06%-
XYZ52.8346.7775.35-
YUV186.1148.26142.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 169 (66.41% from 255) = 28.31%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=34.51%
G=28.31%
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
Decimal2061692220.070.2400.13281.8944.5476.67
HexCEA9DE7180D11a2d4d
Octal31625133673001543255115
Binary11001110101010011101111011111000011011000110101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9DE; }

 p { color: rgb(206,169,222); }

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

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

 a { background-color: rgb(206,169,222); }

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

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

 span { border-color: rgb(206,169,222); }

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