#CEA8D7

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

Shades of Wisteria #CEA8D7

Tints of Wisteria #CEA8D7

Color information

#CEA8D7 (or 0xCEA8D7) is unknown color: approx Wisteria. HEX triplet: CE, A8 and D7. RGB value is (206,168,215). Sum of RGB (Red+Green+Blue) = 206+168+215=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D7 is #315728. Grayscale: #B8B8B8. Windows color (decimal): -3233577 or 14133454. OLE color: 14133454.

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

Color convert

RGB206168215-
CMYK0.040.2200.16
HSL288.51º37.01%75.1%-
HSV(B)288.51º21.86%84.31%-
XYZ51.7246.0370.45-
YUV184.72145.09143.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=34.97%
G=28.52%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061682150.040.2200.16288.5137.0175.1
HexCEA8D7416010121254b
Octal31625032742602044145113
Binary110011101010100011010111100101100100001001000011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8D7; }

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

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

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

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

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

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

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

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