Shades of Prim #EAD1DB
Tints of Prim #EAD1DB
RGB
CMYK
RGB Variations
Color information
#EAD1DB (or 0xEAD1DB) is known color: Prim. HEX triplet: EA, D1 and DB. RGB value is (234,209,219). Sum of RGB (Red+Green+Blue) = 234+209+219=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1DB is #152E24. Grayscale: #D9D9D9. Windows color (decimal): -1388069 or 14406122. OLE color: 14406122.
HSL color Cylindrical-coordinate representation of color #EAD1DB: hue angle of 336º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD1DB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 209 | 219 | - |
CMYK | 0 | 0.11 | 0.06 | 0.08 |
HSL | 336º | 0.37% | 0.87% | - |
HSV(B) | 336º | 0.11% | 0.92% | - |
XYZ | 69.52 | 68.21 | 76.52 | - |
YUV | 217.62 | 128.78 | 139.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 209 | 219 | 0 | 0.11 | 0.06 | 0.08 | 336 | 0.37 | 0.87 |
Hex | EA | D1 | DB | 0 | B | 6 | 8 | 150 | 25 | 57 |
Octal | 352 | 321 | 333 | 0 | 13 | 6 | 10 | 520 | 45 | 127 |
Binary | 11101010 | 11010001 | 11011011 | 0 | 1011 | 110 | 1000 | 101010000 | 100101 | 1010111 |
Color Harmonies of #EAD1DB
Complementary color
Monochromatic Colors of #EAD1DB
Black with #EAD1DB
Text Example
Text Example
White with #EAD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1DB; }
p { color: rgb(234,209,219); }
H1.HeaderClassName
{
color: #EAD1DB;
}
.AnyTagClassName
{
color: #EAD1DB;
}
</style>
background-color css
<style>
a { background-color: #EAD1DB; }
a { background-color: rgb(234,209,219); }
div.DivClassName
{
background-color: #EAD1DB;
}
.BgClassName
{
background-color: #EAD1DB;
}
</style>
border-color css
<style>
span { border-color: #EAD1DB; }
span { border-color: rgb(234,209,219); }
td.TdClassName
{
border-color: #EAD1DB;
}
.TagClassName
{
border-color: #EAD1DB;
}
</style>