Shades of Pale Rose #EFCED1
Tints of Pale Rose #EFCED1
RGB
CMYK
RGB Variations
Color information
#EFCED1 (or 0xEFCED1) is known color: Pale Rose. HEX triplet: EF, CE and D1. RGB value is (239,206,209). Sum of RGB (Red+Green+Blue) = 239+206+209=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED1 is #10312E. Grayscale: #D8D8D8. Windows color (decimal): -1061167 or 13749999. OLE color: 13749999.
HSL color Cylindrical-coordinate representation of color #EFCED1: hue angle of 354.55º degrees, saturation: 0.51, 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 #EFCED1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 209 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.06 |
| HSL | 354.55º | 0.51% | 0.87% | - |
| HSV(B) | 354.55º | 0.14% | 0.94% | - |
| XYZ | 69.18 | 67.1 | 69.63 | - |
| YUV | 216.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 209 | 0 | 0.14 | 0.13 | 0.06 | 354.55 | 0.51 | 0.87 |
| Hex | EF | CE | D1 | 0 | E | D | 6 | 163 | 33 | 57 |
| Octal | 357 | 316 | 321 | 0 | 16 | 15 | 6 | 543 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11010001 | 0 | 1110 | 1101 | 110 | 101100011 | 110011 | 1010111 |
Color Harmonies of #EFCED1
Complementary color
Monochromatic Colors of #EFCED1
Black with #EFCED1
Text Example
Text Example
White with #EFCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCED1; }
p { color: rgb(239,206,209); }
H1.HeaderClassName
{
color: #EFCED1;
}
.AnyTagClassName
{
color: #EFCED1;
}
</style>
background-color css
<style>
a { background-color: #EFCED1; }
a { background-color: rgb(239,206,209); }
div.DivClassName
{
background-color: #EFCED1;
}
.BgClassName
{
background-color: #EFCED1;
}
</style>
border-color css
<style>
span { border-color: #EFCED1; }
span { border-color: rgb(239,206,209); }
td.TdClassName
{
border-color: #EFCED1;
}
.TagClassName
{
border-color: #EFCED1;
}
</style>