Shades of Prim #EAD2DC
Tints of Prim #EAD2DC
RGB
CMYK
RGB Variations
Color information
#EAD2DC (or 0xEAD2DC) is known color: Prim. HEX triplet: EA, D2 and DC. RGB value is (234,210,220). Sum of RGB (Red+Green+Blue) = 234+210+220=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2DC is #152D23. Grayscale: #DADADA. Windows color (decimal): -1387812 or 14471914. OLE color: 14471914.
HSL color Cylindrical-coordinate representation of color #EAD2DC: hue angle of 335º 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 #EAD2DC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 220 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.08 |
| HSL | 335º | 0.36% | 0.87% | - |
| HSV(B) | 335º | 0.1% | 0.92% | - |
| XYZ | 69.9 | 68.75 | 77.3 | - |
| YUV | 218.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 220 | 0 | 0.10 | 0.06 | 0.08 | 335 | 0.36 | 0.87 |
| Hex | EA | D2 | DC | 0 | A | 6 | 8 | 14F | 24 | 57 |
| Octal | 352 | 322 | 334 | 0 | 12 | 6 | 10 | 517 | 44 | 127 |
| Binary | 11101010 | 11010010 | 11011100 | 0 | 1010 | 110 | 1000 | 101001111 | 100100 | 1010111 |
Color Harmonies of #EAD2DC
Complementary color
Monochromatic Colors of #EAD2DC
Black with #EAD2DC
Text Example
Text Example
White with #EAD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2DC; }
p { color: rgb(234,210,220); }
H1.HeaderClassName
{
color: #EAD2DC;
}
.AnyTagClassName
{
color: #EAD2DC;
}
</style>
background-color css
<style>
a { background-color: #EAD2DC; }
a { background-color: rgb(234,210,220); }
div.DivClassName
{
background-color: #EAD2DC;
}
.BgClassName
{
background-color: #EAD2DC;
}
</style>
border-color css
<style>
span { border-color: #EAD2DC; }
span { border-color: rgb(234,210,220); }
td.TdClassName
{
border-color: #EAD2DC;
}
.TagClassName
{
border-color: #EAD2DC;
}
</style>