#CEA4D8

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

Shades of Wisteria #CEA4D8

Tints of Wisteria #CEA4D8

Color information

#CEA4D8 (or 0xCEA4D8) is unknown color: approx Wisteria. HEX triplet: CE, A4 and D8. RGB value is (206,164,216). Sum of RGB (Red+Green+Blue) = 206+164+216=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4D8 is #315B27. Grayscale: #B6B6B6. Windows color (decimal): -3234600 or 14197966. OLE color: 14197966.

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

Color convert

RGB206164216-
CMYK0.050.2400.15
HSL288.46º40%74.51%-
HSV(B)288.46º24.07%84.71%-
XYZ51.1244.6370.89-
YUV182.49146.91144.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=35.15%
G=27.99%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061642160.050.2400.15288.464074.51
HexCEA4D85180F120284b
Octal31624433053001744050113
Binary11001110101001001101100010111000011111001000001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA4D8; }

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

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

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

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

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

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

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

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