Shades of Blue Romance #D2F4D0
Tints of Blue Romance #D2F4D0
RGB
CMYK
RGB Variations
Color information
#D2F4D0 (or 0xD2F4D0) is known color: Blue Romance. HEX triplet: D2, F4 and D0. RGB value is (210,244,208). Sum of RGB (Red+Green+Blue) = 210+244+208=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F4D0 is #2D0B2F. Grayscale: #E5E5E5. Windows color (decimal): -2951984 or 13694162. OLE color: 13694162.
HSL color Cylindrical-coordinate representation of color #D2F4D0: hue angle of 116.67º 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 #D2F4D0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 208 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.04 |
| HSL | 116.67º | 0.62% | 0.89% | - |
| HSV(B) | 116.67º | 0.15% | 0.96% | - |
| XYZ | 70.31 | 82.96 | 71.98 | - |
| YUV | 229.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 208 | 0.14 | 0 | 0.15 | 0.04 | 116.67 | 0.62 | 0.89 |
| Hex | D2 | F4 | D0 | E | 0 | F | 4 | 75 | 3E | 59 |
| Octal | 322 | 364 | 320 | 16 | 0 | 17 | 4 | 165 | 76 | 131 |
| Binary | 11010010 | 11110100 | 11010000 | 1110 | 0 | 1111 | 100 | 1110101 | 111110 | 1011001 |
Color Harmonies of #D2F4D0
Complementary color
Monochromatic Colors of #D2F4D0
Black with #D2F4D0
Text Example
Text Example
White with #D2F4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F4D0; }
p { color: rgb(210,244,208); }
H1.HeaderClassName
{
color: #D2F4D0;
}
.AnyTagClassName
{
color: #D2F4D0;
}
</style>
background-color css
<style>
a { background-color: #D2F4D0; }
a { background-color: rgb(210,244,208); }
div.DivClassName
{
background-color: #D2F4D0;
}
.BgClassName
{
background-color: #D2F4D0;
}
</style>
border-color css
<style>
span { border-color: #D2F4D0; }
span { border-color: rgb(210,244,208); }
td.TdClassName
{
border-color: #D2F4D0;
}
.TagClassName
{
border-color: #D2F4D0;
}
</style>