#EBC9D7

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

Shades of Classic Rose #EBC9D7

Tints of Classic Rose #EBC9D7

Color information

#EBC9D7 (or 0xEBC9D7) is unknown color: approx Classic Rose. HEX triplet: EB, C9 and D7. RGB value is (235,201,215). Sum of RGB (Red+Green+Blue) = 235+201+215=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D7 is #143628. Grayscale: #D4D4D4. Windows color (decimal): -1324585 or 14141931. OLE color: 14141931.

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

Color convert

RGB235201215-
CMYK00.140.090.08
HSL335.29º45.95%85.49%-
HSV(B)335.29º14.47%92.16%-
XYZ67.4164.3473.16-
YUV212.76129.26143.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 201 (78.91% from 255) = 30.88%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=36.10%
G=30.88%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520121500.140.090.08335.2945.9585.49
HexEBC9D70E9814f2e55
Octal353311327016111051756125
Binary11101011110010011101011101110100110001010011111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9D7; }

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

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

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

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

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

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

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

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