Shades of Pale Rose #EFCDD1
Tints of Pale Rose #EFCDD1
RGB
CMYK
RGB Variations
Color information
#EFCDD1 (or 0xEFCDD1) is known color: Pale Rose. HEX triplet: EF, CD and D1. RGB value is (239,205,209). Sum of RGB (Red+Green+Blue) = 239+205+209=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD1 is #10322E. Grayscale: #D7D7D7. Windows color (decimal): -1061423 or 13749743. OLE color: 13749743.
HSL color Cylindrical-coordinate representation of color #EFCDD1: hue angle of 352.94º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDD1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 209 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.06 |
| HSL | 352.94º | 0.52% | 0.87% | - |
| HSV(B) | 352.94º | 0.14% | 0.94% | - |
| XYZ | 68.94 | 66.62 | 69.55 | - |
| YUV | 215.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 209 | 0 | 0.14 | 0.13 | 0.06 | 352.94 | 0.52 | 0.87 |
| Hex | EF | CD | D1 | 0 | E | D | 6 | 161 | 34 | 57 |
| Octal | 357 | 315 | 321 | 0 | 16 | 15 | 6 | 541 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11010001 | 0 | 1110 | 1101 | 110 | 101100001 | 110100 | 1010111 |
Color Harmonies of #EFCDD1
Complementary color
Monochromatic Colors of #EFCDD1
Black with #EFCDD1
Text Example
Text Example
White with #EFCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDD1; }
p { color: rgb(239,205,209); }
H1.HeaderClassName
{
color: #EFCDD1;
}
.AnyTagClassName
{
color: #EFCDD1;
}
</style>
background-color css
<style>
a { background-color: #EFCDD1; }
a { background-color: rgb(239,205,209); }
div.DivClassName
{
background-color: #EFCDD1;
}
.BgClassName
{
background-color: #EFCDD1;
}
</style>
border-color css
<style>
span { border-color: #EFCDD1; }
span { border-color: rgb(239,205,209); }
td.TdClassName
{
border-color: #EFCDD1;
}
.TagClassName
{
border-color: #EFCDD1;
}
</style>