#CEA0DF

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

Shades of Wisteria #CEA0DF

Tints of Wisteria #CEA0DF

Color information

#CEA0DF (or 0xCEA0DF) is unknown color: approx Wisteria. HEX triplet: CE, A0 and DF. RGB value is (206,160,223). Sum of RGB (Red+Green+Blue) = 206+160+223=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0DF is #315F20. Grayscale: #B4B4B4. Windows color (decimal): -3235617 or 14655694. OLE color: 14655694.

HSL color Cylindrical-coordinate representation of color #CEA0DF: hue angle of 283.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA0DF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206160223-
CMYK0.080.2800.13
HSL283.81º49.61%75.1%-
HSV(B)283.81º28.25%87.45%-
XYZ51.3443.5975.52-
YUV180.94151.74145.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=34.97%
G=27.16%
B=37.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061602230.080.2800.13283.8149.6175.1
HexCEA0DF81C0D11c324b
Octal316240337103401543462113
Binary110011101010000011011111100011100011011000111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0DF; }

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

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

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

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

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

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

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

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