#EBCCDB

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

Shades of Classic Rose #EBCCDB

Tints of Classic Rose #EBCCDB

Color information

#EBCCDB (or 0xEBCCDB) is unknown color: approx Classic Rose. HEX triplet: EB, CC and DB. RGB value is (235,204,219). Sum of RGB (Red+Green+Blue) = 235+204+219=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDB is #143324. Grayscale: #D6D6D6. Windows color (decimal): -1323813 or 14404843. OLE color: 14404843.

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

Color convert

RGB235204219-
CMYK00.130.070.08
HSL330.97º43.66%86.08%-
HSV(B)330.97º13.19%92.16%-
XYZ68.6465.9676.13-
YUV214.98130.27142.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=35.71%
G=31.00%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520421900.130.070.08330.9743.6686.08
HexEBCCDB0D7814b2c56
Octal35331433301571051354126
Binary1110101111001100110110110110111110001010010111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCDB; }

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

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

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

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

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

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

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

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