#CEA8D9

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

Shades of Wisteria #CEA8D9

Tints of Wisteria #CEA8D9

Color information

#CEA8D9 (or 0xCEA8D9) is unknown color: approx Wisteria. HEX triplet: CE, A8 and D9. RGB value is (206,168,217). Sum of RGB (Red+Green+Blue) = 206+168+217=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D9 is #315726. Grayscale: #B8B8B8. Windows color (decimal): -3233575 or 14264526. OLE color: 14264526.

HSL color Cylindrical-coordinate representation of color #CEA8D9: hue angle of 286.53º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA8D9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206168217-
CMYK0.050.2300.15
HSL286.53º39.2%75.49%-
HSV(B)286.53º22.58%85.1%-
XYZ51.9846.1471.81-
YUV184.95146.09143.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=34.86%
G=28.43%
B=36.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061682170.050.2300.15286.5339.275.49
HexCEA8D95170F11f274b
Octal31625033152701743747113
Binary11001110101010001101100110110111011111000111111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8D9; }

 p { color: rgb(206,168,217); }

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

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

 a { background-color: rgb(206,168,217); }

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

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

 span { border-color: rgb(206,168,217); }

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