Shades of Prim #E5D2DF
Tints of Prim #E5D2DF
RGB
CMYK
RGB Variations
Color information
#E5D2DF (or 0xE5D2DF) is known color: Prim. HEX triplet: E5, D2 and DF. RGB value is (229,210,223). Sum of RGB (Red+Green+Blue) = 229+210+223=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D2DF is #1A2D20. Grayscale: #D9D9D9. Windows color (decimal): -1715489 or 14668517. OLE color: 14668517.
HSL color Cylindrical-coordinate representation of color #E5D2DF: hue angle of 318.95º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5D2DF is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 223 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.10 |
| HSL | 318.95º | 0.27% | 0.86% | - |
| HSV(B) | 318.95º | 0.08% | 0.9% | - |
| XYZ | 68.68 | 68.08 | 79.33 | - |
| YUV | 217.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 223 | 0 | 0.08 | 0.03 | 0.10 | 318.95 | 0.27 | 0.86 |
| Hex | E5 | D2 | DF | 0 | 8 | 3 | A | 13F | 1B | 56 |
| Octal | 345 | 322 | 337 | 0 | 10 | 3 | 12 | 477 | 33 | 126 |
| Binary | 11100101 | 11010010 | 11011111 | 0 | 1000 | 11 | 1010 | 100111111 | 11011 | 1010110 |
Color Harmonies of #E5D2DF
Complementary color
Monochromatic Colors of #E5D2DF
Black with #E5D2DF
Text Example
Text Example
White with #E5D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D2DF; }
p { color: rgb(229,210,223); }
H1.HeaderClassName
{
color: #E5D2DF;
}
.AnyTagClassName
{
color: #E5D2DF;
}
</style>
background-color css
<style>
a { background-color: #E5D2DF; }
a { background-color: rgb(229,210,223); }
div.DivClassName
{
background-color: #E5D2DF;
}
.BgClassName
{
background-color: #E5D2DF;
}
</style>
border-color css
<style>
span { border-color: #E5D2DF; }
span { border-color: rgb(229,210,223); }
td.TdClassName
{
border-color: #E5D2DF;
}
.TagClassName
{
border-color: #E5D2DF;
}
</style>