#EBCCDE

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

Shades of Classic Rose #EBCCDE

Tints of Classic Rose #EBCCDE

Color information

#EBCCDE (or 0xEBCCDE) is unknown color: approx Classic Rose. HEX triplet: EB, CC and DE. RGB value is (235,204,222). Sum of RGB (Red+Green+Blue) = 235+204+222=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDE is #143321. Grayscale: #D7D7D7. Windows color (decimal): -1323810 or 14601451. OLE color: 14601451.

HSL color Cylindrical-coordinate representation of color #EBCCDE: hue angle of 325.16º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCDE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235204222-
CMYK00.130.060.08
HSL325.16º43.66%86.08%-
HSV(B)325.16º13.19%92.16%-
XYZ69.0466.1278.23-
YUV215.32131.77142.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=35.55%
G=30.86%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520422200.130.060.08325.1643.6686.08
HexEBCCDE0D681452c56
Octal35331433601561050554126
Binary1110101111001100110111100110111010001010001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCDE; }

 p { color: rgb(235,204,222); }

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

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

 a { background-color: rgb(235,204,222); }

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

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

 span { border-color: rgb(235,204,222); }

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