#CEA2DF

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

Shades of Wisteria #CEA2DF

Tints of Wisteria #CEA2DF

Color information

#CEA2DF (or 0xCEA2DF) is unknown color: approx Wisteria. HEX triplet: CE, A2 and DF. RGB value is (206,162,223). Sum of RGB (Red+Green+Blue) = 206+162+223=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2DF is #315D20. Grayscale: #B5B5B5. Windows color (decimal): -3235105 or 14656206. OLE color: 14656206.

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

Color convert

RGB206162223-
CMYK0.080.2700.13
HSL283.28º48.8%75.49%-
HSV(B)283.28º27.35%87.45%-
XYZ51.6944.2975.64-
YUV182.11151.08145.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=34.86%
G=27.41%
B=37.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061622230.080.2700.13283.2848.875.49
HexCEA2DF81B0D11b314b
Octal316242337103301543361113
Binary110011101010001011011111100011011011011000110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2DF; }

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

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

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

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

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

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

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

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