Shades of Pale Rose #E2CFD2
Tints of Pale Rose #E2CFD2
RGB
CMYK
RGB Variations
Color information
#E2CFD2 (or 0xE2CFD2) is known color: Pale Rose. HEX triplet: E2, CF and D2. RGB value is (226,207,210). Sum of RGB (Red+Green+Blue) = 226+207+210=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFD2 is #1D302D. Grayscale: #D5D5D5. Windows color (decimal): -1912878 or 13815778. OLE color: 13815778.
HSL color Cylindrical-coordinate representation of color #E2CFD2: hue angle of 350.53º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2CFD2 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 210 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.11 |
| HSL | 350.53º | 0.25% | 0.85% | - |
| HSV(B) | 350.53º | 0.08% | 0.89% | - |
| XYZ | 65.31 | 65.45 | 70.16 | - |
| YUV | 213.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 210 | 0 | 0.08 | 0.07 | 0.11 | 350.53 | 0.25 | 0.85 |
| Hex | E2 | CF | D2 | 0 | 8 | 7 | B | 15F | 19 | 55 |
| Octal | 342 | 317 | 322 | 0 | 10 | 7 | 13 | 537 | 31 | 125 |
| Binary | 11100010 | 11001111 | 11010010 | 0 | 1000 | 111 | 1011 | 101011111 | 11001 | 1010101 |
Color Harmonies of #E2CFD2
Complementary color
Monochromatic Colors of #E2CFD2
Black with #E2CFD2
Text Example
Text Example
White with #E2CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFD2; }
p { color: rgb(226,207,210); }
H1.HeaderClassName
{
color: #E2CFD2;
}
.AnyTagClassName
{
color: #E2CFD2;
}
</style>
background-color css
<style>
a { background-color: #E2CFD2; }
a { background-color: rgb(226,207,210); }
div.DivClassName
{
background-color: #E2CFD2;
}
.BgClassName
{
background-color: #E2CFD2;
}
</style>
border-color css
<style>
span { border-color: #E2CFD2; }
span { border-color: rgb(226,207,210); }
td.TdClassName
{
border-color: #E2CFD2;
}
.TagClassName
{
border-color: #E2CFD2;
}
</style>