Shades of Pale Rose #EECECF
Tints of Pale Rose #EECECF
RGB
CMYK
RGB Variations
Color information
#EECECF (or 0xEECECF) is known color: Pale Rose. HEX triplet: EE, CE and CF. RGB value is (238,206,207). Sum of RGB (Red+Green+Blue) = 238+206+207=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECECF is #113130. Grayscale: #D7D7D7. Windows color (decimal): -1126705 or 13618926. OLE color: 13618926.
HSL color Cylindrical-coordinate representation of color #EECECF: hue angle of 358.12º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECECF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 207 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.07 |
| HSL | 358.13º | 0.48% | 0.87% | - |
| HSV(B) | 358.13º | 0.13% | 0.93% | - |
| XYZ | 68.59 | 66.82 | 68.31 | - |
| YUV | 215.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 207 | 0 | 0.13 | 0.13 | 0.07 | 358.13 | 0.48 | 0.87 |
| Hex | EE | CE | CF | 0 | D | D | 7 | 166 | 30 | 57 |
| Octal | 356 | 316 | 317 | 0 | 15 | 15 | 7 | 546 | 60 | 127 |
| Binary | 11101110 | 11001110 | 11001111 | 0 | 1101 | 1101 | 111 | 101100110 | 110000 | 1010111 |
Color Harmonies of #EECECF
Complementary color
Monochromatic Colors of #EECECF
Black with #EECECF
Text Example
Text Example
White with #EECECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECECF; }
p { color: rgb(238,206,207); }
H1.HeaderClassName
{
color: #EECECF;
}
.AnyTagClassName
{
color: #EECECF;
}
</style>
background-color css
<style>
a { background-color: #EECECF; }
a { background-color: rgb(238,206,207); }
div.DivClassName
{
background-color: #EECECF;
}
.BgClassName
{
background-color: #EECECF;
}
</style>
border-color css
<style>
span { border-color: #EECECF; }
span { border-color: rgb(238,206,207); }
td.TdClassName
{
border-color: #EECECF;
}
.TagClassName
{
border-color: #EECECF;
}
</style>