Shades of Classic Rose #EBCDDB
Tints of Classic Rose #EBCDDB
RGB
CMYK
RGB Variations
Color information
#EBCDDB (or 0xEBCDDB) is known color: 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
RGB | 235 | 205 | 219 | - |
CMYK | 0 | 0.13 | 0.07 | 0.08 |
HSL | 332º | 0.43% | 0.86% | - |
HSV(B) | 332º | 0.13% | 0.92% | - |
XYZ | 68.88 | 66.44 | 76.21 | - |
YUV | 215.57 | 129.94 | 141.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 205 | 219 | 0 | 0.13 | 0.07 | 0.08 | 332 | 0.43 | 0.86 |
Hex | EB | CD | DB | 0 | D | 7 | 8 | 14C | 2B | 56 |
Octal | 353 | 315 | 333 | 0 | 15 | 7 | 10 | 514 | 53 | 126 |
Binary | 11101011 | 11001101 | 11011011 | 0 | 1101 | 111 | 1000 | 101001100 | 101011 | 1010110 |
Color Harmonies of #EBCDDB
Complementary color
Monochromatic Colors of #EBCDDB
Black with #EBCDDB
Text Example
Text Example
White with #EBCDDB
Text Example
Text Example
HTML Codes & Css Web 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>