Shades of Blue Romance #DDF7D8
Tints of Blue Romance #DDF7D8
RGB
CMYK
RGB Variations
Color information
#DDF7D8 (or 0xDDF7D8) is known color: Blue Romance. HEX triplet: DD, F7 and D8. RGB value is (221,247,216). Sum of RGB (Red+Green+Blue) = 221+247+216=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7D8 is #220827. Grayscale: #EBEBEB. Windows color (decimal): -2230312 or 14219229. OLE color: 14219229.
HSL color Cylindrical-coordinate representation of color #DDF7D8: hue angle of 110.32º degrees, saturation: 0.66, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF7D8 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 216 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.03 |
| HSL | 110.32º | 0.66% | 0.91% | - |
| HSV(B) | 110.32º | 0.13% | 0.97% | - |
| XYZ | 75.47 | 86.85 | 77.75 | - |
| YUV | 235.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 216 | 0.11 | 0 | 0.13 | 0.03 | 110.32 | 0.66 | 0.91 |
| Hex | DD | F7 | D8 | B | 0 | D | 3 | 6E | 42 | 5B |
| Octal | 335 | 367 | 330 | 13 | 0 | 15 | 3 | 156 | 102 | 133 |
| Binary | 11011101 | 11110111 | 11011000 | 1011 | 0 | 1101 | 11 | 1101110 | 1000010 | 1011011 |
Color Harmonies of #DDF7D8
Complementary color
Monochromatic Colors of #DDF7D8
Black with #DDF7D8
Text Example
Text Example
White with #DDF7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7D8; }
p { color: rgb(221,247,216); }
H1.HeaderClassName
{
color: #DDF7D8;
}
.AnyTagClassName
{
color: #DDF7D8;
}
</style>
background-color css
<style>
a { background-color: #DDF7D8; }
a { background-color: rgb(221,247,216); }
div.DivClassName
{
background-color: #DDF7D8;
}
.BgClassName
{
background-color: #DDF7D8;
}
</style>
border-color css
<style>
span { border-color: #DDF7D8; }
span { border-color: rgb(221,247,216); }
td.TdClassName
{
border-color: #DDF7D8;
}
.TagClassName
{
border-color: #DDF7D8;
}
</style>