Shades of Pale Rose #EACECF
Tints of Pale Rose #EACECF
RGB
CMYK
RGB Variations
Color information
#EACECF (or 0xEACECF) is known color: Pale Rose. HEX triplet: EA, CE and CF. RGB value is (234,206,207). Sum of RGB (Red+Green+Blue) = 234+206+207=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EACECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACECF is #153130. Grayscale: #D6D6D6. Windows color (decimal): -1388849 or 13618922. OLE color: 13618922.
HSL color Cylindrical-coordinate representation of color #EACECF: hue angle of 357.86º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACECF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 207 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.08 |
| HSL | 357.86º | 0.4% | 0.86% | - |
| HSV(B) | 357.86º | 0.12% | 0.92% | - |
| XYZ | 67.27 | 66.14 | 68.25 | - |
| YUV | 214.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 207 | 0 | 0.12 | 0.12 | 0.08 | 357.86 | 0.4 | 0.86 |
| Hex | EA | CE | CF | 0 | C | C | 8 | 166 | 28 | 56 |
| Octal | 352 | 316 | 317 | 0 | 14 | 14 | 10 | 546 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11001111 | 0 | 1100 | 1100 | 1000 | 101100110 | 101000 | 1010110 |
Color Harmonies of #EACECF
Complementary color
Monochromatic Colors of #EACECF
Black with #EACECF
Text Example
Text Example
White with #EACECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACECF; }
p { color: rgb(234,206,207); }
H1.HeaderClassName
{
color: #EACECF;
}
.AnyTagClassName
{
color: #EACECF;
}
</style>
background-color css
<style>
a { background-color: #EACECF; }
a { background-color: rgb(234,206,207); }
div.DivClassName
{
background-color: #EACECF;
}
.BgClassName
{
background-color: #EACECF;
}
</style>
border-color css
<style>
span { border-color: #EACECF; }
span { border-color: rgb(234,206,207); }
td.TdClassName
{
border-color: #EACECF;
}
.TagClassName
{
border-color: #EACECF;
}
</style>