#CEA8E8

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

Shades of Wisteria #CEA8E8

Tints of Wisteria #CEA8E8

Color information

#CEA8E8 (or 0xCEA8E8) is unknown color: approx Wisteria. HEX triplet: CE, A8 and E8. RGB value is (206,168,232). Sum of RGB (Red+Green+Blue) = 206+168+232=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEA8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8E8 is #315717. Grayscale: #BABABA. Windows color (decimal): -3233560 or 15247566. OLE color: 15247566.

HSL color Cylindrical-coordinate representation of color #CEA8E8: hue angle of 275.62º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA8E8 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206168232-
CMYK0.110.2800.09
HSL275.62º58.18%78.43%-
HSV(B)275.62º27.59%90.98%-
XYZ54.0246.9582.56-
YUV186.66153.59141.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 232 (91.02% from 255) = 38.28%
R=33.99%
G=27.72%
B=38.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061682320.110.2800.09275.6258.1878.43
HexCEA8E8B1C091143a4e
Octal316250350133401142472116
Binary110011101010100011101000101111100010011000101001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8E8; }

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

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

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

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

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

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

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

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