#CEA0DA

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

Shades of Wisteria #CEA0DA

Tints of Wisteria #CEA0DA

Color information

#CEA0DA (or 0xCEA0DA) is unknown color: approx Wisteria. HEX triplet: CE, A0 and DA. RGB value is (206,160,218). Sum of RGB (Red+Green+Blue) = 206+160+218=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0DA is #315F25. Grayscale: #B4B4B4. Windows color (decimal): -3235622 or 14328014. OLE color: 14328014.

HSL color Cylindrical-coordinate representation of color #CEA0DA: hue angle of 287.59º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA0DA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206160218-
CMYK0.060.2700.15
HSL287.59º43.94%74.12%-
HSV(B)287.59º26.61%85.49%-
XYZ50.6843.3372.02-
YUV180.37149.24146.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=35.27%
G=27.40%
B=37.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061602180.060.2700.15287.5943.9474.12
HexCEA0DA61B0F1202c4a
Octal31624033263301744054112
Binary11001110101000001101101011011011011111001000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0DA; }

 p { color: rgb(206,160,218); }

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

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

 a { background-color: rgb(206,160,218); }

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

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

 span { border-color: rgb(206,160,218); }

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