Shades of Pale Rose #EECACE
Tints of Pale Rose #EECACE
RGB
CMYK
RGB Variations
Color information
#EECACE (or 0xEECACE) is known color: Pale Rose. HEX triplet: EE, CA and CE. RGB value is (238,202,206). Sum of RGB (Red+Green+Blue) = 238+202+206=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACE is #113531. Grayscale: #D5D5D5. Windows color (decimal): -1127730 or 13552366. OLE color: 13552366.
HSL color Cylindrical-coordinate representation of color #EECACE: hue angle of 353.33º 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 #EECACE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 206 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.07 |
| HSL | 353.33º | 0.51% | 0.86% | - |
| HSV(B) | 353.33º | 0.15% | 0.93% | - |
| XYZ | 67.52 | 64.87 | 67.36 | - |
| YUV | 213.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 206 | 0 | 0.15 | 0.13 | 0.07 | 353.33 | 0.51 | 0.86 |
| Hex | EE | CA | CE | 0 | F | D | 7 | 161 | 33 | 56 |
| Octal | 356 | 312 | 316 | 0 | 17 | 15 | 7 | 541 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11001110 | 0 | 1111 | 1101 | 111 | 101100001 | 110011 | 1010110 |
Color Harmonies of #EECACE
Complementary color
Monochromatic Colors of #EECACE
Black with #EECACE
Text Example
Text Example
White with #EECACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECACE; }
p { color: rgb(238,202,206); }
H1.HeaderClassName
{
color: #EECACE;
}
.AnyTagClassName
{
color: #EECACE;
}
</style>
background-color css
<style>
a { background-color: #EECACE; }
a { background-color: rgb(238,202,206); }
div.DivClassName
{
background-color: #EECACE;
}
.BgClassName
{
background-color: #EECACE;
}
</style>
border-color css
<style>
span { border-color: #EECACE; }
span { border-color: rgb(238,202,206); }
td.TdClassName
{
border-color: #EECACE;
}
.TagClassName
{
border-color: #EECACE;
}
</style>