Shades of Classic Rose #EFD5DF
Tints of Classic Rose #EFD5DF
RGB
CMYK
RGB Variations
Color information
#EFD5DF (or 0xEFD5DF) is known color: Classic Rose. HEX triplet: EF, D5 and DF. RGB value is (239,213,223). Sum of RGB (Red+Green+Blue) = 239+213+223=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5DF is #102A20. Grayscale: #DDDDDD. Windows color (decimal): -1059361 or 14669295. OLE color: 14669295.
HSL color Cylindrical-coordinate representation of color #EFD5DF: hue angle of 336.92º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5DF is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 213 | 223 | - |
CMYK | 0 | 0.11 | 0.07 | 0.06 |
HSL | 336.92º | 0.45% | 0.89% | - |
HSV(B) | 336.92º | 0.11% | 0.94% | - |
XYZ | 72.71 | 71.27 | 79.74 | - |
YUV | 221.91 | 128.61 | 140.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 213 | 223 | 0 | 0.11 | 0.07 | 0.06 | 336.92 | 0.45 | 0.89 |
Hex | EF | D5 | DF | 0 | B | 7 | 6 | 151 | 2D | 59 |
Octal | 357 | 325 | 337 | 0 | 13 | 7 | 6 | 521 | 55 | 131 |
Binary | 11101111 | 11010101 | 11011111 | 0 | 1011 | 111 | 110 | 101010001 | 101101 | 1011001 |
Color Harmonies of #EFD5DF
Complementary color
Monochromatic Colors of #EFD5DF
Black with #EFD5DF
Text Example
Text Example
White with #EFD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5DF; }
p { color: rgb(239,213,223); }
H1.HeaderClassName
{
color: #EFD5DF;
}
.AnyTagClassName
{
color: #EFD5DF;
}
</style>
background-color css
<style>
a { background-color: #EFD5DF; }
a { background-color: rgb(239,213,223); }
div.DivClassName
{
background-color: #EFD5DF;
}
.BgClassName
{
background-color: #EFD5DF;
}
</style>
border-color css
<style>
span { border-color: #EFD5DF; }
span { border-color: rgb(239,213,223); }
td.TdClassName
{
border-color: #EFD5DF;
}
.TagClassName
{
border-color: #EFD5DF;
}
</style>