#CEA8DD

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

Shades of Wisteria #CEA8DD

Tints of Wisteria #CEA8DD

Color information

#CEA8DD (or 0xCEA8DD) is unknown color: approx Wisteria. HEX triplet: CE, A8 and DD. RGB value is (206,168,221). Sum of RGB (Red+Green+Blue) = 206+168+221=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8DD is #315722. Grayscale: #B9B9B9. Windows color (decimal): -3233571 or 14526670. OLE color: 14526670.

HSL color Cylindrical-coordinate representation of color #CEA8DD: hue angle of 283.02º degrees, saturation: 0.44, 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 #CEA8DD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206168221-
CMYK0.070.2400.13
HSL283.02º43.8%76.27%-
HSV(B)283.02º23.98%86.67%-
XYZ52.5146.3574.59-
YUV185.4148.09142.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=34.62%
G=28.24%
B=37.14%

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
Decimal2061682210.070.2400.13283.0243.876.27
HexCEA8DD7180D11b2c4c
Octal31625033573001543354114
Binary11001110101010001101110111111000011011000110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8DD; }

 p { color: rgb(206,168,221); }

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

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

 a { background-color: rgb(206,168,221); }

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

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

 span { border-color: rgb(206,168,221); }

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