Shades of Classic Rose #EACDDB
Tints of Classic Rose #EACDDB
RGB
CMYK
RGB Variations
Color information
#EACDDB (or 0xEACDDB) is known color: Classic Rose. HEX triplet: EA, CD and DB. RGB value is (234,205,219). Sum of RGB (Red+Green+Blue) = 234+205+219=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDDB is #153224. Grayscale: #D7D7D7. Windows color (decimal): -1389093 or 14405098. OLE color: 14405098.
HSL color Cylindrical-coordinate representation of color #EACDDB: hue angle of 331.03º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACDDB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 205 | 219 | - |
CMYK | 0 | 0.12 | 0.06 | 0.08 |
HSL | 331.03º | 0.41% | 0.86% | - |
HSV(B) | 331.03º | 0.12% | 0.92% | - |
XYZ | 68.55 | 66.27 | 76.2 | - |
YUV | 215.27 | 130.11 | 141.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 205 | 219 | 0 | 0.12 | 0.06 | 0.08 | 331.03 | 0.41 | 0.86 |
Hex | EA | CD | DB | 0 | C | 6 | 8 | 14B | 29 | 56 |
Octal | 352 | 315 | 333 | 0 | 14 | 6 | 10 | 513 | 51 | 126 |
Binary | 11101010 | 11001101 | 11011011 | 0 | 1100 | 110 | 1000 | 101001011 | 101001 | 1010110 |
Color Harmonies of #EACDDB
Complementary color
Monochromatic Colors of #EACDDB
Black with #EACDDB
Text Example
Text Example
White with #EACDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDDB; }
p { color: rgb(234,205,219); }
H1.HeaderClassName
{
color: #EACDDB;
}
.AnyTagClassName
{
color: #EACDDB;
}
</style>
background-color css
<style>
a { background-color: #EACDDB; }
a { background-color: rgb(234,205,219); }
div.DivClassName
{
background-color: #EACDDB;
}
.BgClassName
{
background-color: #EACDDB;
}
</style>
border-color css
<style>
span { border-color: #EACDDB; }
span { border-color: rgb(234,205,219); }
td.TdClassName
{
border-color: #EACDDB;
}
.TagClassName
{
border-color: #EACDDB;
}
</style>