#EBC9D8

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

Shades of Classic Rose #EBC9D8

Tints of Classic Rose #EBC9D8

Color information

#EBC9D8 (or 0xEBC9D8) is unknown color: approx Classic Rose. HEX triplet: EB, C9 and D8. RGB value is (235,201,216). Sum of RGB (Red+Green+Blue) = 235+201+216=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D8 is #143627. Grayscale: #D4D4D4. Windows color (decimal): -1324584 or 14207467. OLE color: 14207467.

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

Color convert

RGB235201216-
CMYK00.140.080.08
HSL333.53º45.95%85.49%-
HSV(B)333.53º14.47%92.16%-
XYZ67.5464.3973.84-
YUV212.88129.76143.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 201 (78.91% from 255) = 30.83%
BLUE value IS 216 (84.77% from 255) = 33.13%
R=36.04%
G=30.83%
B=33.13%

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
Decimal23520121600.140.080.08333.5345.9585.49
HexEBC9D80E8814e2e55
Octal353311330016101051656125
Binary11101011110010011101100001110100010001010011101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9D8; }

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

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

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

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

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

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

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

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