Shades of Blue Romance #DDF0D7
Tints of Blue Romance #DDF0D7
RGB
CMYK
RGB Variations
Color information
#DDF0D7 (or 0xDDF0D7) is known color: Blue Romance. HEX triplet: DD, F0 and D7. RGB value is (221,240,215). Sum of RGB (Red+Green+Blue) = 221+240+215=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0D7 is #220F28. Grayscale: #E7E7E7. Windows color (decimal): -2232105 or 14151901. OLE color: 14151901.
HSL color Cylindrical-coordinate representation of color #DDF0D7: hue angle of 105.6º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF0D7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 215 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.06 |
| HSL | 105.6º | 0.45% | 0.89% | - |
| HSV(B) | 105.6º | 0.1% | 0.94% | - |
| XYZ | 73.24 | 82.6 | 76.37 | - |
| YUV | 231.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 215 | 0.08 | 0 | 0.10 | 0.06 | 105.6 | 0.45 | 0.89 |
| Hex | DD | F0 | D7 | 8 | 0 | A | 6 | 6A | 2D | 59 |
| Octal | 335 | 360 | 327 | 10 | 0 | 12 | 6 | 152 | 55 | 131 |
| Binary | 11011101 | 11110000 | 11010111 | 1000 | 0 | 1010 | 110 | 1101010 | 101101 | 1011001 |
Color Harmonies of #DDF0D7
Complementary color
Monochromatic Colors of #DDF0D7
Black with #DDF0D7
Text Example
Text Example
White with #DDF0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0D7; }
p { color: rgb(221,240,215); }
H1.HeaderClassName
{
color: #DDF0D7;
}
.AnyTagClassName
{
color: #DDF0D7;
}
</style>
background-color css
<style>
a { background-color: #DDF0D7; }
a { background-color: rgb(221,240,215); }
div.DivClassName
{
background-color: #DDF0D7;
}
.BgClassName
{
background-color: #DDF0D7;
}
</style>
border-color css
<style>
span { border-color: #DDF0D7; }
span { border-color: rgb(221,240,215); }
td.TdClassName
{
border-color: #DDF0D7;
}
.TagClassName
{
border-color: #DDF0D7;
}
</style>