#CEA1DD

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

Shades of Wisteria #CEA1DD

Tints of Wisteria #CEA1DD

Color information

#CEA1DD (or 0xCEA1DD) is unknown color: approx Wisteria. HEX triplet: CE, A1 and DD. RGB value is (206,161,221). Sum of RGB (Red+Green+Blue) = 206+161+221=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DD is #315E22. Grayscale: #B5B5B5. Windows color (decimal): -3235363 or 14524878. OLE color: 14524878.

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

Color convert

RGB206161221-
CMYK0.070.2700.13
HSL285º46.87%74.9%-
HSV(B)285º27.15%86.67%-
XYZ51.2543.8374.17-
YUV181.3150.41145.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 161 (63.28% from 255) = 27.38%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=35.03%
G=27.38%
B=37.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061612210.070.2700.1328546.8774.9
HexCEA1DD71B0D11d2f4b
Octal31624133573301543557113
Binary11001110101000011101110111111011011011000111011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1DD; }

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

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

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

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

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

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

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

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