#EBC9D9

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

Shades of Classic Rose #EBC9D9

Tints of Classic Rose #EBC9D9

Color information

#EBC9D9 (or 0xEBC9D9) is unknown color: approx Classic Rose. HEX triplet: EB, C9 and D9. RGB value is (235,201,217). Sum of RGB (Red+Green+Blue) = 235+201+217=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D9 is #143626. Grayscale: #D4D4D4. Windows color (decimal): -1324583 or 14273003. OLE color: 14273003.

HSL color Cylindrical-coordinate representation of color #EBC9D9: hue angle of 331.76º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9D9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235201217-
CMYK00.140.080.08
HSL331.76º45.95%85.49%-
HSV(B)331.76º14.47%92.16%-
XYZ67.6764.4574.52-
YUV212.99130.26143.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 201 (78.91% from 255) = 30.78%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=35.99%
G=30.78%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520121700.140.080.08331.7645.9585.49
HexEBC9D90E8814c2e55
Octal353311331016101051456125
Binary11101011110010011101100101110100010001010011001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9D9; }

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

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

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

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

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

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

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

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