Shades of Pale Rose #EACFD3
Tints of Pale Rose #EACFD3
RGB
CMYK
RGB Variations
Color information
#EACFD3 (or 0xEACFD3) is known color: Pale Rose. HEX triplet: EA, CF and D3. RGB value is (234,207,211). Sum of RGB (Red+Green+Blue) = 234+207+211=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFD3 is #15302C. Grayscale: #D7D7D7. Windows color (decimal): -1388589 or 13881322. OLE color: 13881322.
HSL color Cylindrical-coordinate representation of color #EACFD3: hue angle of 351.11º degrees, saturation: 0.39, 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 #EACFD3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 207 | 211 | - |
CMYK | 0 | 0.12 | 0.10 | 0.08 |
HSL | 351.11º | 0.39% | 0.86% | - |
HSV(B) | 351.11º | 0.12% | 0.92% | - |
XYZ | 68 | 66.82 | 70.94 | - |
YUV | 215.53 | 125.45 | 141.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 207 | 211 | 0 | 0.12 | 0.10 | 0.08 | 351.11 | 0.39 | 0.86 |
Hex | EA | CF | D3 | 0 | C | A | 8 | 15F | 27 | 56 |
Octal | 352 | 317 | 323 | 0 | 14 | 12 | 10 | 537 | 47 | 126 |
Binary | 11101010 | 11001111 | 11010011 | 0 | 1100 | 1010 | 1000 | 101011111 | 100111 | 1010110 |
Color Harmonies of #EACFD3
Complementary color
Monochromatic Colors of #EACFD3
Black with #EACFD3
Text Example
Text Example
White with #EACFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFD3; }
p { color: rgb(234,207,211); }
H1.HeaderClassName
{
color: #EACFD3;
}
.AnyTagClassName
{
color: #EACFD3;
}
</style>
background-color css
<style>
a { background-color: #EACFD3; }
a { background-color: rgb(234,207,211); }
div.DivClassName
{
background-color: #EACFD3;
}
.BgClassName
{
background-color: #EACFD3;
}
</style>
border-color css
<style>
span { border-color: #EACFD3; }
span { border-color: rgb(234,207,211); }
td.TdClassName
{
border-color: #EACFD3;
}
.TagClassName
{
border-color: #EACFD3;
}
</style>