#EBCDDB

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

Shades of Classic Rose #EBCDDB

Tints of Classic Rose #EBCDDB

Color information

#EBCDDB (or 0xEBCDDB) is unknown color: approx Classic Rose. HEX triplet: EB, CD and DB. RGB value is (235,205,219). Sum of RGB (Red+Green+Blue) = 235+205+219=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDB is #143224. Grayscale: #D7D7D7. Windows color (decimal): -1323557 or 14405099. OLE color: 14405099.

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

Color convert

RGB235205219-
CMYK00.130.070.08
HSL332º42.86%86.27%-
HSV(B)332º12.77%92.16%-
XYZ68.8866.4476.21-
YUV215.57129.94141.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=35.66%
G=31.11%
B=33.23%

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
Decimal23520521900.130.070.0833242.8686.27
HexEBCDDB0D7814c2b56
Octal35331533301571051453126
Binary1110101111001101110110110110111110001010011001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDDB; }

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

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

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

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

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

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

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

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