#EBC9DB

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

Shades of Classic Rose #EBC9DB

Tints of Classic Rose #EBC9DB

Color information

#EBC9DB (or 0xEBC9DB) is unknown color: approx Classic Rose. HEX triplet: EB, C9 and DB. RGB value is (235,201,219). Sum of RGB (Red+Green+Blue) = 235+201+219=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9DB is #143624. Grayscale: #D5D5D5. Windows color (decimal): -1324581 or 14404075. OLE color: 14404075.

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

Color convert

RGB235201219-
CMYK00.140.070.08
HSL328.24º45.95%85.49%-
HSV(B)328.24º14.47%92.16%-
XYZ67.9364.5575.9-
YUV213.22131.26143.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 201 (78.91% from 255) = 30.69%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=35.88%
G=30.69%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520121900.140.070.08328.2445.9585.49
HexEBC9DB0E781482e55
Octal35331133301671051056125
Binary1110101111001001110110110111011110001010010001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9DB; }

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

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

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

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

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

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

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

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