Shades of Classic Rose #EFD3E4
Tints of Classic Rose #EFD3E4
RGB
CMYK
RGB Variations
Color information
#EFD3E4 (or 0xEFD3E4) is known color: Classic Rose. HEX triplet: EF, D3 and E4. RGB value is (239,211,228). Sum of RGB (Red+Green+Blue) = 239+211+228=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3E4 is #102C1B. Grayscale: #DDDDDD. Windows color (decimal): -1059868 or 14996463. OLE color: 14996463.
HSL color Cylindrical-coordinate representation of color #EFD3E4: hue angle of 323.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD3E4 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 228 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.06 |
| HSL | 323.57º | 0.47% | 0.88% | - |
| HSV(B) | 323.57º | 0.12% | 0.94% | - |
| XYZ | 72.89 | 70.54 | 83.17 | - |
| YUV | 221.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 228 | 0 | 0.12 | 0.05 | 0.06 | 323.57 | 0.47 | 0.88 |
| Hex | EF | D3 | E4 | 0 | C | 5 | 6 | 144 | 2F | 58 |
| Octal | 357 | 323 | 344 | 0 | 14 | 5 | 6 | 504 | 57 | 130 |
| Binary | 11101111 | 11010011 | 11100100 | 0 | 1100 | 101 | 110 | 101000100 | 101111 | 1011000 |
Color Harmonies of #EFD3E4
Complementary color
Monochromatic Colors of #EFD3E4
Black with #EFD3E4
Text Example
Text Example
White with #EFD3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3E4; }
p { color: rgb(239,211,228); }
H1.HeaderClassName
{
color: #EFD3E4;
}
.AnyTagClassName
{
color: #EFD3E4;
}
</style>
background-color css
<style>
a { background-color: #EFD3E4; }
a { background-color: rgb(239,211,228); }
div.DivClassName
{
background-color: #EFD3E4;
}
.BgClassName
{
background-color: #EFD3E4;
}
</style>
border-color css
<style>
span { border-color: #EFD3E4; }
span { border-color: rgb(239,211,228); }
td.TdClassName
{
border-color: #EFD3E4;
}
.TagClassName
{
border-color: #EFD3E4;
}
</style>