Shades of Prim #ECD0DA
Tints of Prim #ECD0DA
RGB
CMYK
RGB Variations
Color information
#ECD0DA (or 0xECD0DA) is known color: Prim. HEX triplet: EC, D0 and DA. RGB value is (236,208,218). Sum of RGB (Red+Green+Blue) = 236+208+218=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DA is #132F25. Grayscale: #D9D9D9. Windows color (decimal): -1257254 or 14340332. OLE color: 14340332.
HSL color Cylindrical-coordinate representation of color #ECD0DA: hue angle of 338.57º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0DA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 218 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.07 |
| HSL | 338.57º | 0.42% | 0.87% | - |
| HSV(B) | 338.57º | 0.12% | 0.93% | - |
| XYZ | 69.8 | 68.01 | 75.78 | - |
| YUV | 217.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 218 | 0 | 0.12 | 0.08 | 0.07 | 338.57 | 0.42 | 0.87 |
| Hex | EC | D0 | DA | 0 | C | 8 | 7 | 153 | 2A | 57 |
| Octal | 354 | 320 | 332 | 0 | 14 | 10 | 7 | 523 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11011010 | 0 | 1100 | 1000 | 111 | 101010011 | 101010 | 1010111 |
Color Harmonies of #ECD0DA
Complementary color
Monochromatic Colors of #ECD0DA
Black with #ECD0DA
Text Example
Text Example
White with #ECD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0DA; }
p { color: rgb(236,208,218); }
H1.HeaderClassName
{
color: #ECD0DA;
}
.AnyTagClassName
{
color: #ECD0DA;
}
</style>
background-color css
<style>
a { background-color: #ECD0DA; }
a { background-color: rgb(236,208,218); }
div.DivClassName
{
background-color: #ECD0DA;
}
.BgClassName
{
background-color: #ECD0DA;
}
</style>
border-color css
<style>
span { border-color: #ECD0DA; }
span { border-color: rgb(236,208,218); }
td.TdClassName
{
border-color: #ECD0DA;
}
.TagClassName
{
border-color: #ECD0DA;
}
</style>