Shades of Classic Rose #EAD4DF
Tints of Classic Rose #EAD4DF
RGB
CMYK
RGB Variations
Color information
#EAD4DF (or 0xEAD4DF) is known color: Classic Rose. HEX triplet: EA, D4 and DF. RGB value is (234,212,223). Sum of RGB (Red+Green+Blue) = 234+212+223=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4DF is #152B20. Grayscale: #DBDBDB. Windows color (decimal): -1387297 or 14669034. OLE color: 14669034.
HSL color Cylindrical-coordinate representation of color #EAD4DF: hue angle of 330º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD4DF is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 212 | 223 | - |
CMYK | 0 | 0.09 | 0.05 | 0.08 |
HSL | 330º | 0.34% | 0.87% | - |
HSV(B) | 330º | 0.09% | 0.92% | - |
XYZ | 70.79 | 69.91 | 79.57 | - |
YUV | 219.83 | 129.79 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 212 | 223 | 0 | 0.09 | 0.05 | 0.08 | 330 | 0.34 | 0.87 |
Hex | EA | D4 | DF | 0 | 9 | 5 | 8 | 14A | 22 | 57 |
Octal | 352 | 324 | 337 | 0 | 11 | 5 | 10 | 512 | 42 | 127 |
Binary | 11101010 | 11010100 | 11011111 | 0 | 1001 | 101 | 1000 | 101001010 | 100010 | 1010111 |
Color Harmonies of #EAD4DF
Complementary color
Monochromatic Colors of #EAD4DF
Black with #EAD4DF
Text Example
Text Example
White with #EAD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4DF; }
p { color: rgb(234,212,223); }
H1.HeaderClassName
{
color: #EAD4DF;
}
.AnyTagClassName
{
color: #EAD4DF;
}
</style>
background-color css
<style>
a { background-color: #EAD4DF; }
a { background-color: rgb(234,212,223); }
div.DivClassName
{
background-color: #EAD4DF;
}
.BgClassName
{
background-color: #EAD4DF;
}
</style>
border-color css
<style>
span { border-color: #EAD4DF; }
span { border-color: rgb(234,212,223); }
td.TdClassName
{
border-color: #EAD4DF;
}
.TagClassName
{
border-color: #EAD4DF;
}
</style>