Shades of Pale Rose #EFD5DC
Tints of Pale Rose #EFD5DC
RGB
CMYK
RGB Variations
Color information
#EFD5DC (or 0xEFD5DC) is known color: Pale Rose. HEX triplet: EF, D5 and DC. RGB value is (239,213,220). Sum of RGB (Red+Green+Blue) = 239+213+220=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5DC is #102A23. Grayscale: #DDDDDD. Windows color (decimal): -1059364 or 14472687. OLE color: 14472687.
HSL color Cylindrical-coordinate representation of color #EFD5DC: hue angle of 343.85º 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 #EFD5DC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 220 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.06 |
| HSL | 343.85º | 0.45% | 0.89% | - |
| HSV(B) | 343.85º | 0.11% | 0.94% | - |
| XYZ | 72.31 | 71.11 | 77.62 | - |
| YUV | 221.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 220 | 0 | 0.11 | 0.08 | 0.06 | 343.85 | 0.45 | 0.89 |
| Hex | EF | D5 | DC | 0 | B | 8 | 6 | 158 | 2D | 59 |
| Octal | 357 | 325 | 334 | 0 | 13 | 10 | 6 | 530 | 55 | 131 |
| Binary | 11101111 | 11010101 | 11011100 | 0 | 1011 | 1000 | 110 | 101011000 | 101101 | 1011001 |
Color Harmonies of #EFD5DC
Complementary color
Monochromatic Colors of #EFD5DC
Black with #EFD5DC
Text Example
Text Example
White with #EFD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5DC; }
p { color: rgb(239,213,220); }
H1.HeaderClassName
{
color: #EFD5DC;
}
.AnyTagClassName
{
color: #EFD5DC;
}
</style>
background-color css
<style>
a { background-color: #EFD5DC; }
a { background-color: rgb(239,213,220); }
div.DivClassName
{
background-color: #EFD5DC;
}
.BgClassName
{
background-color: #EFD5DC;
}
</style>
border-color css
<style>
span { border-color: #EFD5DC; }
span { border-color: rgb(239,213,220); }
td.TdClassName
{
border-color: #EFD5DC;
}
.TagClassName
{
border-color: #EFD5DC;
}
</style>