Shades of Blue Romance #D4E7D1
Tints of Blue Romance #D4E7D1
RGB
CMYK
RGB Variations
Color information
#D4E7D1 (or 0xD4E7D1) is known color: Blue Romance. HEX triplet: D4, E7 and D1. RGB value is (212,231,209). Sum of RGB (Red+Green+Blue) = 212+231+209=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E7D1 is #2B182E. Grayscale: #DEDEDE. Windows color (decimal): -2824239 or 13756372. OLE color: 13756372.
HSL color Cylindrical-coordinate representation of color #D4E7D1: hue angle of 111.82º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E7D1 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 209 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.09 |
| HSL | 111.82º | 0.31% | 0.86% | - |
| HSV(B) | 111.82º | 0.1% | 0.91% | - |
| XYZ | 67.24 | 75.75 | 71.4 | - |
| YUV | 222.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 209 | 0.08 | 0 | 0.10 | 0.09 | 111.82 | 0.31 | 0.86 |
| Hex | D4 | E7 | D1 | 8 | 0 | A | 9 | 70 | 1F | 56 |
| Octal | 324 | 347 | 321 | 10 | 0 | 12 | 11 | 160 | 37 | 126 |
| Binary | 11010100 | 11100111 | 11010001 | 1000 | 0 | 1010 | 1001 | 1110000 | 11111 | 1010110 |
Color Harmonies of #D4E7D1
Complementary color
Monochromatic Colors of #D4E7D1
Black with #D4E7D1
Text Example
Text Example
White with #D4E7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E7D1; }
p { color: rgb(212,231,209); }
H1.HeaderClassName
{
color: #D4E7D1;
}
.AnyTagClassName
{
color: #D4E7D1;
}
</style>
background-color css
<style>
a { background-color: #D4E7D1; }
a { background-color: rgb(212,231,209); }
div.DivClassName
{
background-color: #D4E7D1;
}
.BgClassName
{
background-color: #D4E7D1;
}
</style>
border-color css
<style>
span { border-color: #D4E7D1; }
span { border-color: rgb(212,231,209); }
td.TdClassName
{
border-color: #D4E7D1;
}
.TagClassName
{
border-color: #D4E7D1;
}
</style>