Shades of Classic Rose #EAD2DF
Tints of Classic Rose #EAD2DF
RGB
CMYK
RGB Variations
Color information
#EAD2DF (or 0xEAD2DF) is known color: Classic Rose. HEX triplet: EA, D2 and DF. RGB value is (234,210,223). Sum of RGB (Red+Green+Blue) = 234+210+223=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2DF is #152D20. Grayscale: #DADADA. Windows color (decimal): -1387809 or 14668522. OLE color: 14668522.
HSL color Cylindrical-coordinate representation of color #EAD2DF: hue angle of 327.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2DF is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 210 | 223 | - |
CMYK | 0 | 0.10 | 0.05 | 0.08 |
HSL | 327.5º | 0.36% | 0.87% | - |
HSV(B) | 327.5º | 0.1% | 0.92% | - |
XYZ | 70.3 | 68.91 | 79.41 | - |
YUV | 218.66 | 130.45 | 138.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 210 | 223 | 0 | 0.10 | 0.05 | 0.08 | 327.5 | 0.36 | 0.87 |
Hex | EA | D2 | DF | 0 | A | 5 | 8 | 148 | 24 | 57 |
Octal | 352 | 322 | 337 | 0 | 12 | 5 | 10 | 510 | 44 | 127 |
Binary | 11101010 | 11010010 | 11011111 | 0 | 1010 | 101 | 1000 | 101001000 | 100100 | 1010111 |
Color Harmonies of #EAD2DF
Complementary color
Monochromatic Colors of #EAD2DF
Black with #EAD2DF
Text Example
Text Example
White with #EAD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2DF; }
p { color: rgb(234,210,223); }
H1.HeaderClassName
{
color: #EAD2DF;
}
.AnyTagClassName
{
color: #EAD2DF;
}
</style>
background-color css
<style>
a { background-color: #EAD2DF; }
a { background-color: rgb(234,210,223); }
div.DivClassName
{
background-color: #EAD2DF;
}
.BgClassName
{
background-color: #EAD2DF;
}
</style>
border-color css
<style>
span { border-color: #EAD2DF; }
span { border-color: rgb(234,210,223); }
td.TdClassName
{
border-color: #EAD2DF;
}
.TagClassName
{
border-color: #EAD2DF;
}
</style>