Shades of Classic Rose #EFDCE9
Tints of Classic Rose #EFDCE9
RGB
CMYK
RGB Variations
Color information
#EFDCE9 (or 0xEFDCE9) is known color: Classic Rose. HEX triplet: EF, DC and E9. RGB value is (239,220,233). Sum of RGB (Red+Green+Blue) = 239+220+233=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCE9 is #102316. Grayscale: #E3E3E3. Windows color (decimal): -1057559 or 15326447. OLE color: 15326447.
HSL color Cylindrical-coordinate representation of color #EFDCE9: hue angle of 318.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCE9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 233 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.06 |
| HSL | 318.95º | 0.37% | 0.9% | - |
| HSV(B) | 318.95º | 0.08% | 0.94% | - |
| XYZ | 75.9 | 75.42 | 87.65 | - |
| YUV | 227.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 233 | 0 | 0.08 | 0.03 | 0.06 | 318.95 | 0.37 | 0.9 |
| Hex | EF | DC | E9 | 0 | 8 | 3 | 6 | 13F | 25 | 5A |
| Octal | 357 | 334 | 351 | 0 | 10 | 3 | 6 | 477 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11101001 | 0 | 1000 | 11 | 110 | 100111111 | 100101 | 1011010 |
Color Harmonies of #EFDCE9
Complementary color
Monochromatic Colors of #EFDCE9
Black with #EFDCE9
Text Example
Text Example
White with #EFDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCE9; }
p { color: rgb(239,220,233); }
H1.HeaderClassName
{
color: #EFDCE9;
}
.AnyTagClassName
{
color: #EFDCE9;
}
</style>
background-color css
<style>
a { background-color: #EFDCE9; }
a { background-color: rgb(239,220,233); }
div.DivClassName
{
background-color: #EFDCE9;
}
.BgClassName
{
background-color: #EFDCE9;
}
</style>
border-color css
<style>
span { border-color: #EFDCE9; }
span { border-color: rgb(239,220,233); }
td.TdClassName
{
border-color: #EFDCE9;
}
.TagClassName
{
border-color: #EFDCE9;
}
</style>