#CEA4D6

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

Shades of Wisteria #CEA4D6

Tints of Wisteria #CEA4D6

Color information

#CEA4D6 (or 0xCEA4D6) is unknown color: approx Wisteria. HEX triplet: CE, A4 and D6. RGB value is (206,164,214). Sum of RGB (Red+Green+Blue) = 206+164+214=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEA4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4D6 is #315B29. Grayscale: #B6B6B6. Windows color (decimal): -3234602 or 14066894. OLE color: 14066894.

HSL color Cylindrical-coordinate representation of color #CEA4D6: hue angle of 290.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA4D6 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206164214-
CMYK0.040.2300.16
HSL290.4º37.88%74.12%-
HSV(B)290.4º23.36%83.92%-
XYZ50.8744.5369.53-
YUV182.26145.91144.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=35.27%
G=28.08%
B=36.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061642140.040.2300.16290.437.8874.12
HexCEA4D6417010122264a
Octal31624432642702044246112
Binary110011101010010011010110100101110100001001000101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA4D6; }

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

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

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

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

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

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

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

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