#EBCBDB

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

Shades of Classic Rose #EBCBDB

Tints of Classic Rose #EBCBDB

Color information

#EBCBDB (or 0xEBCBDB) is unknown color: approx Classic Rose. HEX triplet: EB, CB and DB. RGB value is (235,203,219). Sum of RGB (Red+Green+Blue) = 235+203+219=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBDB is #143424. Grayscale: #D6D6D6. Windows color (decimal): -1324069 or 14404587. OLE color: 14404587.

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

Color convert

RGB235203219-
CMYK00.140.070.08
HSL330º44.44%85.88%-
HSV(B)330º13.62%92.16%-
XYZ68.465.4976.05-
YUV214.39130.6142.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=35.77%
G=30.90%
B=33.33%

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
Decimal23520321900.140.070.0833044.4485.88
HexEBCBDB0E7814a2c56
Octal35331333301671051254126
Binary1110101111001011110110110111011110001010010101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBDB; }

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

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

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

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

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

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

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

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