#CEA5DC

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

Shades of Wisteria #CEA5DC

Tints of Wisteria #CEA5DC

Color information

#CEA5DC (or 0xCEA5DC) is unknown color: approx Wisteria. HEX triplet: CE, A5 and DC. RGB value is (206,165,220). Sum of RGB (Red+Green+Blue) = 206+165+220=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5DC is #315A23. Grayscale: #B7B7B7. Windows color (decimal): -3234340 or 14460366. OLE color: 14460366.

HSL color Cylindrical-coordinate representation of color #CEA5DC: hue angle of 284.73º 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 #CEA5DC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206165220-
CMYK0.060.2500.14
HSL284.73º44%75.49%-
HSV(B)284.73º25%86.27%-
XYZ51.8345.273.7-
YUV183.53148.58144.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=34.86%
G=27.92%
B=37.23%

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
Decimal2061652200.060.2500.14284.734475.49
HexCEA5DC6190E11d2c4b
Octal31624533463101643554113
Binary11001110101001011101110011011001011101000111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5DC; }

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

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

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

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

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

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

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

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