Shades of Classic Rose #EACFDD
Tints of Classic Rose #EACFDD
RGB
CMYK
RGB Variations
Color information
#EACFDD (or 0xEACFDD) is known color: Classic Rose. HEX triplet: EA, CF and DD. RGB value is (234,207,221). Sum of RGB (Red+Green+Blue) = 234+207+221=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFDD is #153022. Grayscale: #D8D8D8. Windows color (decimal): -1388579 or 14536682. OLE color: 14536682.
HSL color Cylindrical-coordinate representation of color #EACFDD: hue angle of 328.89º degrees, saturation: 0.39, 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 #EACFDD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 221 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.08 |
| HSL | 328.89º | 0.39% | 0.86% | - |
| HSV(B) | 328.89º | 0.12% | 0.92% | - |
| XYZ | 69.3 | 67.34 | 77.75 | - |
| YUV | 216.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 221 | 0 | 0.12 | 0.06 | 0.08 | 328.89 | 0.39 | 0.86 |
| Hex | EA | CF | DD | 0 | C | 6 | 8 | 149 | 27 | 56 |
| Octal | 352 | 317 | 335 | 0 | 14 | 6 | 10 | 511 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11011101 | 0 | 1100 | 110 | 1000 | 101001001 | 100111 | 1010110 |
Color Harmonies of #EACFDD
Complementary color
Monochromatic Colors of #EACFDD
Black with #EACFDD
Text Example
Text Example
White with #EACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFDD; }
p { color: rgb(234,207,221); }
H1.HeaderClassName
{
color: #EACFDD;
}
.AnyTagClassName
{
color: #EACFDD;
}
</style>
background-color css
<style>
a { background-color: #EACFDD; }
a { background-color: rgb(234,207,221); }
div.DivClassName
{
background-color: #EACFDD;
}
.BgClassName
{
background-color: #EACFDD;
}
</style>
border-color css
<style>
span { border-color: #EACFDD; }
span { border-color: rgb(234,207,221); }
td.TdClassName
{
border-color: #EACFDD;
}
.TagClassName
{
border-color: #EACFDD;
}
</style>