Shades of Blue Romance #D8EAD4
Tints of Blue Romance #D8EAD4
RGB
CMYK
RGB Variations
Color information
#D8EAD4 (or 0xD8EAD4) is known color: Blue Romance. HEX triplet: D8, EA and D4. RGB value is (216,234,212). Sum of RGB (Red+Green+Blue) = 216+234+212=662 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.63% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EAD4 is #27152B. Grayscale: #E2E2E2. Windows color (decimal): -2561324 or 13953752. OLE color: 13953752.
HSL color Cylindrical-coordinate representation of color #D8EAD4: hue angle of 109.09º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EAD4 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 212 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.08 |
| HSL | 109.09º | 0.34% | 0.87% | - |
| HSV(B) | 109.09º | 0.09% | 0.92% | - |
| XYZ | 69.63 | 78.2 | 73.71 | - |
| YUV | 226.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 212 | 0.08 | 0 | 0.09 | 0.08 | 109.09 | 0.34 | 0.87 |
| Hex | D8 | EA | D4 | 8 | 0 | 9 | 8 | 6D | 22 | 57 |
| Octal | 330 | 352 | 324 | 10 | 0 | 11 | 10 | 155 | 42 | 127 |
| Binary | 11011000 | 11101010 | 11010100 | 1000 | 0 | 1001 | 1000 | 1101101 | 100010 | 1010111 |
Color Harmonies of #D8EAD4
Complementary color
Monochromatic Colors of #D8EAD4
Black with #D8EAD4
Text Example
Text Example
White with #D8EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EAD4; }
p { color: rgb(216,234,212); }
H1.HeaderClassName
{
color: #D8EAD4;
}
.AnyTagClassName
{
color: #D8EAD4;
}
</style>
background-color css
<style>
a { background-color: #D8EAD4; }
a { background-color: rgb(216,234,212); }
div.DivClassName
{
background-color: #D8EAD4;
}
.BgClassName
{
background-color: #D8EAD4;
}
</style>
border-color css
<style>
span { border-color: #D8EAD4; }
span { border-color: rgb(216,234,212); }
td.TdClassName
{
border-color: #D8EAD4;
}
.TagClassName
{
border-color: #D8EAD4;
}
</style>