Shades of Pale Rose #E2CFD0
Tints of Pale Rose #E2CFD0
RGB
CMYK
RGB Variations
Color information
#E2CFD0 (or 0xE2CFD0) is known color: Pale Rose. HEX triplet: E2, CF and D0. RGB value is (226,207,208). Sum of RGB (Red+Green+Blue) = 226+207+208=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFD0 is #1D302F. Grayscale: #D4D4D4. Windows color (decimal): -1912880 or 13684706. OLE color: 13684706.
HSL color Cylindrical-coordinate representation of color #E2CFD0: hue angle of 356.84º 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 #E2CFD0 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 207 | 208 | - |
CMYK | 0 | 0.08 | 0.08 | 0.11 |
HSL | 356.84º | 0.25% | 0.85% | - |
HSV(B) | 356.84º | 0.08% | 0.89% | - |
XYZ | 65.06 | 65.35 | 68.86 | - |
YUV | 212.8 | 125.29 | 137.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 207 | 208 | 0 | 0.08 | 0.08 | 0.11 | 356.84 | 0.25 | 0.85 |
Hex | E2 | CF | D0 | 0 | 8 | 8 | B | 165 | 19 | 55 |
Octal | 342 | 317 | 320 | 0 | 10 | 10 | 13 | 545 | 31 | 125 |
Binary | 11100010 | 11001111 | 11010000 | 0 | 1000 | 1000 | 1011 | 101100101 | 11001 | 1010101 |
Color Harmonies of #E2CFD0
Complementary color
Monochromatic Colors of #E2CFD0
Black with #E2CFD0
Text Example
Text Example
White with #E2CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFD0; }
p { color: rgb(226,207,208); }
H1.HeaderClassName
{
color: #E2CFD0;
}
.AnyTagClassName
{
color: #E2CFD0;
}
</style>
background-color css
<style>
a { background-color: #E2CFD0; }
a { background-color: rgb(226,207,208); }
div.DivClassName
{
background-color: #E2CFD0;
}
.BgClassName
{
background-color: #E2CFD0;
}
</style>
border-color css
<style>
span { border-color: #E2CFD0; }
span { border-color: rgb(226,207,208); }
td.TdClassName
{
border-color: #E2CFD0;
}
.TagClassName
{
border-color: #E2CFD0;
}
</style>