Shades of Pale Rose #E8D4D8
Tints of Pale Rose #E8D4D8
RGB
CMYK
RGB Variations
Color information
#E8D4D8 (or 0xE8D4D8) is known color: Pale Rose. HEX triplet: E8, D4 and D8. RGB value is (232,212,216). Sum of RGB (Red+Green+Blue) = 232+212+216=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D4D8 is #172B27. Grayscale: #DADADA. Windows color (decimal): -1518376 or 14210280. OLE color: 14210280.
HSL color Cylindrical-coordinate representation of color #E8D4D8: hue angle of 348º degrees, saturation: 0.3, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D4D8 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 212 | 216 | - |
CMYK | 0 | 0.09 | 0.07 | 0.09 |
HSL | 348º | 0.3% | 0.87% | - |
HSV(B) | 348º | 0.09% | 0.91% | - |
XYZ | 69.22 | 69.2 | 74.67 | - |
YUV | 218.44 | 126.63 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 212 | 216 | 0 | 0.09 | 0.07 | 0.09 | 348 | 0.3 | 0.87 |
Hex | E8 | D4 | D8 | 0 | 9 | 7 | 9 | 15C | 1E | 57 |
Octal | 350 | 324 | 330 | 0 | 11 | 7 | 11 | 534 | 36 | 127 |
Binary | 11101000 | 11010100 | 11011000 | 0 | 1001 | 111 | 1001 | 101011100 | 11110 | 1010111 |
Color Harmonies of #E8D4D8
Complementary color
Monochromatic Colors of #E8D4D8
Black with #E8D4D8
Text Example
Text Example
White with #E8D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D4D8; }
p { color: rgb(232,212,216); }
H1.HeaderClassName
{
color: #E8D4D8;
}
.AnyTagClassName
{
color: #E8D4D8;
}
</style>
background-color css
<style>
a { background-color: #E8D4D8; }
a { background-color: rgb(232,212,216); }
div.DivClassName
{
background-color: #E8D4D8;
}
.BgClassName
{
background-color: #E8D4D8;
}
</style>
border-color css
<style>
span { border-color: #E8D4D8; }
span { border-color: rgb(232,212,216); }
td.TdClassName
{
border-color: #E8D4D8;
}
.TagClassName
{
border-color: #E8D4D8;
}
</style>