Shades of Classic Rose #EFD6E7
Tints of Classic Rose #EFD6E7
RGB
CMYK
RGB Variations
Color information
#EFD6E7 (or 0xEFD6E7) is known color: Classic Rose. HEX triplet: EF, D6 and E7. RGB value is (239,214,231). Sum of RGB (Red+Green+Blue) = 239+214+231=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6E7 is #102918. Grayscale: #DFDFDF. Windows color (decimal): -1059097 or 15193839. OLE color: 15193839.
HSL color Cylindrical-coordinate representation of color #EFD6E7: hue angle of 319.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6E7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 231 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.06 |
| HSL | 319.2º | 0.44% | 0.89% | - |
| HSV(B) | 319.2º | 0.1% | 0.94% | - |
| XYZ | 74.07 | 72.21 | 85.64 | - |
| YUV | 223.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 231 | 0 | 0.10 | 0.03 | 0.06 | 319.2 | 0.44 | 0.89 |
| Hex | EF | D6 | E7 | 0 | A | 3 | 6 | 13F | 2C | 59 |
| Octal | 357 | 326 | 347 | 0 | 12 | 3 | 6 | 477 | 54 | 131 |
| Binary | 11101111 | 11010110 | 11100111 | 0 | 1010 | 11 | 110 | 100111111 | 101100 | 1011001 |
Color Harmonies of #EFD6E7
Complementary color
Monochromatic Colors of #EFD6E7
Black with #EFD6E7
Text Example
Text Example
White with #EFD6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6E7; }
p { color: rgb(239,214,231); }
H1.HeaderClassName
{
color: #EFD6E7;
}
.AnyTagClassName
{
color: #EFD6E7;
}
</style>
background-color css
<style>
a { background-color: #EFD6E7; }
a { background-color: rgb(239,214,231); }
div.DivClassName
{
background-color: #EFD6E7;
}
.BgClassName
{
background-color: #EFD6E7;
}
</style>
border-color css
<style>
span { border-color: #EFD6E7; }
span { border-color: rgb(239,214,231); }
td.TdClassName
{
border-color: #EFD6E7;
}
.TagClassName
{
border-color: #EFD6E7;
}
</style>