#CEA1DE

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

Shades of Wisteria #CEA1DE

Tints of Wisteria #CEA1DE

Color information

#CEA1DE (or 0xCEA1DE) is unknown color: approx Wisteria. HEX triplet: CE, A1 and DE. RGB value is (206,161,222). Sum of RGB (Red+Green+Blue) = 206+161+222=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DE is #315E21. Grayscale: #B5B5B5. Windows color (decimal): -3235362 or 14590414. OLE color: 14590414.

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

Color convert

RGB206161222-
CMYK0.070.2700.13
HSL284.26º48.03%75.1%-
HSV(B)284.26º27.48%87.06%-
XYZ51.3843.8974.87-
YUV181.41150.91145.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=34.97%
G=27.33%
B=37.69%

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
Decimal2061612220.070.2700.13284.2648.0375.1
HexCEA1DE71B0D11c304b
Octal31624133673301543460113
Binary11001110101000011101111011111011011011000111001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1DE; }

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

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

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

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

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

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

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

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