Shades of Blue Romance #D0F4D0
Tints of Blue Romance #D0F4D0
RGB
CMYK
RGB Variations
Color information
#D0F4D0 (or 0xD0F4D0) is known color: Blue Romance. HEX triplet: D0, F4 and D0. RGB value is (208,244,208). Sum of RGB (Red+Green+Blue) = 208+244+208=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4D0 is #2F0B2F. Grayscale: #E5E5E5. Windows color (decimal): -3083056 or 13694160. OLE color: 13694160.
HSL color Cylindrical-coordinate representation of color #D0F4D0: hue angle of 120º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F4D0 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 208 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.04 |
| HSL | 120º | 0.62% | 0.89% | - |
| HSV(B) | 120º | 0.15% | 0.96% | - |
| XYZ | 69.75 | 82.67 | 71.95 | - |
| YUV | 229.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 208 | 0.15 | 0 | 0.15 | 0.04 | 120 | 0.62 | 0.89 |
| Hex | D0 | F4 | D0 | F | 0 | F | 4 | 78 | 3E | 59 |
| Octal | 320 | 364 | 320 | 17 | 0 | 17 | 4 | 170 | 76 | 131 |
| Binary | 11010000 | 11110100 | 11010000 | 1111 | 0 | 1111 | 100 | 1111000 | 111110 | 1011001 |
Color Harmonies of #D0F4D0
Complementary color
Monochromatic Colors of #D0F4D0
Black with #D0F4D0
Text Example
Text Example
White with #D0F4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4D0; }
p { color: rgb(208,244,208); }
H1.HeaderClassName
{
color: #D0F4D0;
}
.AnyTagClassName
{
color: #D0F4D0;
}
</style>
background-color css
<style>
a { background-color: #D0F4D0; }
a { background-color: rgb(208,244,208); }
div.DivClassName
{
background-color: #D0F4D0;
}
.BgClassName
{
background-color: #D0F4D0;
}
</style>
border-color css
<style>
span { border-color: #D0F4D0; }
span { border-color: rgb(208,244,208); }
td.TdClassName
{
border-color: #D0F4D0;
}
.TagClassName
{
border-color: #D0F4D0;
}
</style>