Shades of Classic Rose #EFD0E3
Tints of Classic Rose #EFD0E3
RGB
CMYK
RGB Variations
Color information
#EFD0E3 (or 0xEFD0E3) is known color: Classic Rose. HEX triplet: EF, D0 and E3. RGB value is (239,208,227). Sum of RGB (Red+Green+Blue) = 239+208+227=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0E3 is #102F1C. Grayscale: #DBDBDB. Windows color (decimal): -1060637 or 14930159. OLE color: 14930159.
HSL color Cylindrical-coordinate representation of color #EFD0E3: hue angle of 323.23º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0E3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 227 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.06 |
| HSL | 323.23º | 0.49% | 0.88% | - |
| HSV(B) | 323.23º | 0.13% | 0.94% | - |
| XYZ | 72.02 | 69.01 | 82.2 | - |
| YUV | 219.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 227 | 0 | 0.13 | 0.05 | 0.06 | 323.23 | 0.49 | 0.88 |
| Hex | EF | D0 | E3 | 0 | D | 5 | 6 | 143 | 31 | 58 |
| Octal | 357 | 320 | 343 | 0 | 15 | 5 | 6 | 503 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11100011 | 0 | 1101 | 101 | 110 | 101000011 | 110001 | 1011000 |
Color Harmonies of #EFD0E3
Complementary color
Monochromatic Colors of #EFD0E3
Black with #EFD0E3
Text Example
Text Example
White with #EFD0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0E3; }
p { color: rgb(239,208,227); }
H1.HeaderClassName
{
color: #EFD0E3;
}
.AnyTagClassName
{
color: #EFD0E3;
}
</style>
background-color css
<style>
a { background-color: #EFD0E3; }
a { background-color: rgb(239,208,227); }
div.DivClassName
{
background-color: #EFD0E3;
}
.BgClassName
{
background-color: #EFD0E3;
}
</style>
border-color css
<style>
span { border-color: #EFD0E3; }
span { border-color: rgb(239,208,227); }
td.TdClassName
{
border-color: #EFD0E3;
}
.TagClassName
{
border-color: #EFD0E3;
}
</style>