#CEA4DC

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

Shades of Wisteria #CEA4DC

Tints of Wisteria #CEA4DC

Color information

#CEA4DC (or 0xCEA4DC) is unknown color: approx Wisteria. HEX triplet: CE, A4 and DC. RGB value is (206,164,220). Sum of RGB (Red+Green+Blue) = 206+164+220=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4DC is #315B23. Grayscale: #B6B6B6. Windows color (decimal): -3234596 or 14460110. OLE color: 14460110.

HSL color Cylindrical-coordinate representation of color #CEA4DC: hue angle of 285º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA4DC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206164220-
CMYK0.060.2500.14
HSL285º44.44%75.29%-
HSV(B)285º25.45%86.27%-
XYZ51.6544.8473.64-
YUV182.94148.91144.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=34.92%
G=27.80%
B=37.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061642200.060.2500.1428544.4475.29
HexCEA4DC6190E11d2c4b
Octal31624433463101643554113
Binary11001110101001001101110011011001011101000111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA4DC; }

 p { color: rgb(206,164,220); }

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

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

 a { background-color: rgb(206,164,220); }

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

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

 span { border-color: rgb(206,164,220); }

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