Shades of Prim #EAD2DD
Tints of Prim #EAD2DD
RGB
CMYK
RGB Variations
Color information
#EAD2DD (or 0xEAD2DD) is known color: Prim. HEX triplet: EA, D2 and DD. RGB value is (234,210,221). Sum of RGB (Red+Green+Blue) = 234+210+221=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2DD is #152D22. Grayscale: #DADADA. Windows color (decimal): -1387811 or 14537450. OLE color: 14537450.
HSL color Cylindrical-coordinate representation of color #EAD2DD: hue angle of 332.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2DD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 221 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.08 |
| HSL | 332.5º | 0.36% | 0.87% | - |
| HSV(B) | 332.5º | 0.1% | 0.92% | - |
| XYZ | 70.03 | 68.81 | 78 | - |
| YUV | 218.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 221 | 0 | 0.10 | 0.06 | 0.08 | 332.5 | 0.36 | 0.87 |
| Hex | EA | D2 | DD | 0 | A | 6 | 8 | 14C | 24 | 57 |
| Octal | 352 | 322 | 335 | 0 | 12 | 6 | 10 | 514 | 44 | 127 |
| Binary | 11101010 | 11010010 | 11011101 | 0 | 1010 | 110 | 1000 | 101001100 | 100100 | 1010111 |
Color Harmonies of #EAD2DD
Complementary color
Monochromatic Colors of #EAD2DD
Black with #EAD2DD
Text Example
Text Example
White with #EAD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2DD; }
p { color: rgb(234,210,221); }
H1.HeaderClassName
{
color: #EAD2DD;
}
.AnyTagClassName
{
color: #EAD2DD;
}
</style>
background-color css
<style>
a { background-color: #EAD2DD; }
a { background-color: rgb(234,210,221); }
div.DivClassName
{
background-color: #EAD2DD;
}
.BgClassName
{
background-color: #EAD2DD;
}
</style>
border-color css
<style>
span { border-color: #EAD2DD; }
span { border-color: rgb(234,210,221); }
td.TdClassName
{
border-color: #EAD2DD;
}
.TagClassName
{
border-color: #EAD2DD;
}
</style>