Shades of Blue Romance #D0E7CD
Tints of Blue Romance #D0E7CD
RGB
CMYK
RGB Variations
Color information
#D0E7CD (or 0xD0E7CD) is known color: Blue Romance. HEX triplet: D0, E7 and CD. RGB value is (208,231,205). Sum of RGB (Red+Green+Blue) = 208+231+205=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7CD is #2F1832. Grayscale: #DDDDDD. Windows color (decimal): -3086387 or 13494224. OLE color: 13494224.
HSL color Cylindrical-coordinate representation of color #D0E7CD: hue angle of 113.08º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E7CD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 205 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.09 |
| HSL | 113.08º | 0.35% | 0.85% | - |
| HSV(B) | 113.08º | 0.11% | 0.91% | - |
| XYZ | 65.61 | 74.97 | 68.77 | - |
| YUV | 221.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 205 | 0.10 | 0 | 0.11 | 0.09 | 113.08 | 0.35 | 0.85 |
| Hex | D0 | E7 | CD | A | 0 | B | 9 | 71 | 23 | 55 |
| Octal | 320 | 347 | 315 | 12 | 0 | 13 | 11 | 161 | 43 | 125 |
| Binary | 11010000 | 11100111 | 11001101 | 1010 | 0 | 1011 | 1001 | 1110001 | 100011 | 1010101 |
Color Harmonies of #D0E7CD
Complementary color
Monochromatic Colors of #D0E7CD
Black with #D0E7CD
Text Example
Text Example
White with #D0E7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7CD; }
p { color: rgb(208,231,205); }
H1.HeaderClassName
{
color: #D0E7CD;
}
.AnyTagClassName
{
color: #D0E7CD;
}
</style>
background-color css
<style>
a { background-color: #D0E7CD; }
a { background-color: rgb(208,231,205); }
div.DivClassName
{
background-color: #D0E7CD;
}
.BgClassName
{
background-color: #D0E7CD;
}
</style>
border-color css
<style>
span { border-color: #D0E7CD; }
span { border-color: rgb(208,231,205); }
td.TdClassName
{
border-color: #D0E7CD;
}
.TagClassName
{
border-color: #D0E7CD;
}
</style>