#CEA6DC

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

Shades of Wisteria #CEA6DC

Tints of Wisteria #CEA6DC

Color information

#CEA6DC (or 0xCEA6DC) is unknown color: approx Wisteria. HEX triplet: CE, A6 and DC. RGB value is (206,166,220). Sum of RGB (Red+Green+Blue) = 206+166+220=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6DC is #315923. Grayscale: #B7B7B7. Windows color (decimal): -3234084 or 14460622. OLE color: 14460622.

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

Color convert

RGB206166220-
CMYK0.060.2500.14
HSL284.44º43.55%75.69%-
HSV(B)284.44º24.55%86.27%-
XYZ52.0145.5673.76-
YUV184.12148.25143.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=34.80%
G=28.04%
B=37.16%

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
Decimal2061662200.060.2500.14284.4443.5575.69
HexCEA6DC6190E11c2c4c
Octal31624633463101643454114
Binary11001110101001101101110011011001011101000111001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA6DC; }

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

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

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

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

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

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

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

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