#EBCCD9

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

Shades of Classic Rose #EBCCD9

Tints of Classic Rose #EBCCD9

Color information

#EBCCD9 (or 0xEBCCD9) is unknown color: approx Classic Rose. HEX triplet: EB, CC and D9. RGB value is (235,204,217). Sum of RGB (Red+Green+Blue) = 235+204+217=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD9 is #143326. Grayscale: #D6D6D6. Windows color (decimal): -1323815 or 14273771. OLE color: 14273771.

HSL color Cylindrical-coordinate representation of color #EBCCD9: hue angle of 334.84º 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 #EBCCD9 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235204217-
CMYK00.130.080.08
HSL334.84º43.66%86.08%-
HSV(B)334.84º13.19%92.16%-
XYZ68.3865.8674.75-
YUV214.75129.27142.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=35.82%
G=31.10%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520421700.130.080.08334.8443.6686.08
HexEBCCD90D8814f2c56
Octal353314331015101051754126
Binary11101011110011001101100101101100010001010011111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCD9; }

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

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

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

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

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

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

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

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