Shades of Pale Rose #EACDCF
Tints of Pale Rose #EACDCF
RGB
CMYK
RGB Variations
Color information
#EACDCF (or 0xEACDCF) is known color: Pale Rose. HEX triplet: EA, CD and CF. RGB value is (234,205,207). Sum of RGB (Red+Green+Blue) = 234+205+207=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDCF is #153230. Grayscale: #D5D5D5. Windows color (decimal): -1389105 or 13618666. OLE color: 13618666.
HSL color Cylindrical-coordinate representation of color #EACDCF: hue angle of 355.86º degrees, saturation: 0.41, 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 #EACDCF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 207 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.08 |
| HSL | 355.86º | 0.41% | 0.86% | - |
| HSV(B) | 355.86º | 0.12% | 0.92% | - |
| XYZ | 67.03 | 65.66 | 68.17 | - |
| YUV | 213.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 207 | 0 | 0.12 | 0.12 | 0.08 | 355.86 | 0.41 | 0.86 |
| Hex | EA | CD | CF | 0 | C | C | 8 | 164 | 29 | 56 |
| Octal | 352 | 315 | 317 | 0 | 14 | 14 | 10 | 544 | 51 | 126 |
| Binary | 11101010 | 11001101 | 11001111 | 0 | 1100 | 1100 | 1000 | 101100100 | 101001 | 1010110 |
Color Harmonies of #EACDCF
Complementary color
Monochromatic Colors of #EACDCF
Black with #EACDCF
Text Example
Text Example
White with #EACDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDCF; }
p { color: rgb(234,205,207); }
H1.HeaderClassName
{
color: #EACDCF;
}
.AnyTagClassName
{
color: #EACDCF;
}
</style>
background-color css
<style>
a { background-color: #EACDCF; }
a { background-color: rgb(234,205,207); }
div.DivClassName
{
background-color: #EACDCF;
}
.BgClassName
{
background-color: #EACDCF;
}
</style>
border-color css
<style>
span { border-color: #EACDCF; }
span { border-color: rgb(234,205,207); }
td.TdClassName
{
border-color: #EACDCF;
}
.TagClassName
{
border-color: #EACDCF;
}
</style>