Shades of Blue Romance #D4E7D0
Tints of Blue Romance #D4E7D0
RGB
CMYK
RGB Variations
Color information
#D4E7D0 (or 0xD4E7D0) is known color: Blue Romance. HEX triplet: D4, E7 and D0. RGB value is (212,231,208). Sum of RGB (Red+Green+Blue) = 212+231+208=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E7D0 is #2B182F. Grayscale: #DEDEDE. Windows color (decimal): -2824240 or 13690836. OLE color: 13690836.
HSL color Cylindrical-coordinate representation of color #D4E7D0: hue angle of 109.57º degrees, saturation: 0.32, 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 #D4E7D0 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 212 | 231 | 208 | - |
CMYK | 0.08 | 0 | 0.10 | 0.09 |
HSL | 109.57º | 0.32% | 0.86% | - |
HSV(B) | 109.57º | 0.1% | 0.91% | - |
XYZ | 67.11 | 75.7 | 70.75 | - |
YUV | 222.7 | 119.71 | 120.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 231 | 208 | 0.08 | 0 | 0.10 | 0.09 | 109.57 | 0.32 | 0.86 |
Hex | D4 | E7 | D0 | 8 | 0 | A | 9 | 6E | 20 | 56 |
Octal | 324 | 347 | 320 | 10 | 0 | 12 | 11 | 156 | 40 | 126 |
Binary | 11010100 | 11100111 | 11010000 | 1000 | 0 | 1010 | 1001 | 1101110 | 100000 | 1010110 |
Color Harmonies of #D4E7D0
Complementary color
Monochromatic Colors of #D4E7D0
Black with #D4E7D0
Text Example
Text Example
White with #D4E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E7D0; }
p { color: rgb(212,231,208); }
H1.HeaderClassName
{
color: #D4E7D0;
}
.AnyTagClassName
{
color: #D4E7D0;
}
</style>
background-color css
<style>
a { background-color: #D4E7D0; }
a { background-color: rgb(212,231,208); }
div.DivClassName
{
background-color: #D4E7D0;
}
.BgClassName
{
background-color: #D4E7D0;
}
</style>
border-color css
<style>
span { border-color: #D4E7D0; }
span { border-color: rgb(212,231,208); }
td.TdClassName
{
border-color: #D4E7D0;
}
.TagClassName
{
border-color: #D4E7D0;
}
</style>