Shades of Pale Rose #EECBCE
Tints of Pale Rose #EECBCE
RGB
CMYK
RGB Variations
Color information
#EECBCE (or 0xEECBCE) is known color: Pale Rose. HEX triplet: EE, CB and CE. RGB value is (238,203,206). Sum of RGB (Red+Green+Blue) = 238+203+206=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBCE is #113431. Grayscale: #D5D5D5. Windows color (decimal): -1127474 or 13552622. OLE color: 13552622.
HSL color Cylindrical-coordinate representation of color #EECBCE: hue angle of 354.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBCE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 206 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.07 |
| HSL | 354.86º | 0.51% | 0.86% | - |
| HSV(B) | 354.86º | 0.15% | 0.93% | - |
| XYZ | 67.76 | 65.35 | 67.43 | - |
| YUV | 213.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 206 | 0 | 0.15 | 0.13 | 0.07 | 354.86 | 0.51 | 0.86 |
| Hex | EE | CB | CE | 0 | F | D | 7 | 163 | 33 | 56 |
| Octal | 356 | 313 | 316 | 0 | 17 | 15 | 7 | 543 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11001110 | 0 | 1111 | 1101 | 111 | 101100011 | 110011 | 1010110 |
Color Harmonies of #EECBCE
Complementary color
Monochromatic Colors of #EECBCE
Black with #EECBCE
Text Example
Text Example
White with #EECBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBCE; }
p { color: rgb(238,203,206); }
H1.HeaderClassName
{
color: #EECBCE;
}
.AnyTagClassName
{
color: #EECBCE;
}
</style>
background-color css
<style>
a { background-color: #EECBCE; }
a { background-color: rgb(238,203,206); }
div.DivClassName
{
background-color: #EECBCE;
}
.BgClassName
{
background-color: #EECBCE;
}
</style>
border-color css
<style>
span { border-color: #EECBCE; }
span { border-color: rgb(238,203,206); }
td.TdClassName
{
border-color: #EECBCE;
}
.TagClassName
{
border-color: #EECBCE;
}
</style>