#CEADE0

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

Shades of Wisteria #CEADE0

Tints of Wisteria #CEADE0

Color information

#CEADE0 (or 0xCEADE0) is unknown color: approx Wisteria. HEX triplet: CE, AD and E0. RGB value is (206,173,224). Sum of RGB (Red+Green+Blue) = 206+173+224=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADE0 is #31521F. Grayscale: #BCBCBC. Windows color (decimal): -3232288 or 14724558. OLE color: 14724558.

HSL color Cylindrical-coordinate representation of color #CEADE0: hue angle of 278.82º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEADE0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206173224-
CMYK0.080.2300.12
HSL278.82º45.13%77.84%-
HSV(B)278.82º22.77%87.84%-
XYZ53.8548.3977.02-
YUV188.68147.93140.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=34.16%
G=28.69%
B=37.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061732240.080.2300.12278.8245.1377.84
HexCEADE08170C1172d4e
Octal316255340102701442755116
Binary110011101010110111100000100010111011001000101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADE0; }

 p { color: rgb(206,173,224); }

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

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

 a { background-color: rgb(206,173,224); }

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

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

 span { border-color: rgb(206,173,224); }

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