Shades of Blue Romance #D1E7D0
Tints of Blue Romance #D1E7D0
RGB
CMYK
RGB Variations
Color information
#D1E7D0 (or 0xD1E7D0) is known color: Blue Romance. HEX triplet: D1, E7 and D0. RGB value is (209,231,208). Sum of RGB (Red+Green+Blue) = 209+231+208=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E7D0 is #2E182F. Grayscale: #DDDDDD. Windows color (decimal): -3020848 or 13690833. OLE color: 13690833.
HSL color Cylindrical-coordinate representation of color #D1E7D0: hue angle of 117.39º 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 #D1E7D0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 209 | 231 | 208 | - |
CMYK | 0.10 | 0 | 0.10 | 0.09 |
HSL | 117.39º | 0.32% | 0.86% | - |
HSV(B) | 117.39º | 0.1% | 0.91% | - |
XYZ | 66.26 | 75.26 | 70.71 | - |
YUV | 221.8 | 120.21 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 231 | 208 | 0.10 | 0 | 0.10 | 0.09 | 117.39 | 0.32 | 0.86 |
Hex | D1 | E7 | D0 | A | 0 | A | 9 | 75 | 20 | 56 |
Octal | 321 | 347 | 320 | 12 | 0 | 12 | 11 | 165 | 40 | 126 |
Binary | 11010001 | 11100111 | 11010000 | 1010 | 0 | 1010 | 1001 | 1110101 | 100000 | 1010110 |
Color Harmonies of #D1E7D0
Complementary color
Monochromatic Colors of #D1E7D0
Black with #D1E7D0
Text Example
Text Example
White with #D1E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7D0; }
p { color: rgb(209,231,208); }
H1.HeaderClassName
{
color: #D1E7D0;
}
.AnyTagClassName
{
color: #D1E7D0;
}
</style>
background-color css
<style>
a { background-color: #D1E7D0; }
a { background-color: rgb(209,231,208); }
div.DivClassName
{
background-color: #D1E7D0;
}
.BgClassName
{
background-color: #D1E7D0;
}
</style>
border-color css
<style>
span { border-color: #D1E7D0; }
span { border-color: rgb(209,231,208); }
td.TdClassName
{
border-color: #D1E7D0;
}
.TagClassName
{
border-color: #D1E7D0;
}
</style>