Shades of Blue Romance #DDF2D7
Tints of Blue Romance #DDF2D7
RGB
CMYK
RGB Variations
Color information
#DDF2D7 (or 0xDDF2D7) is known color: Blue Romance. HEX triplet: DD, F2 and D7. RGB value is (221,242,215). Sum of RGB (Red+Green+Blue) = 221+242+215=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D7 is #220D28. Grayscale: #E8E8E8. Windows color (decimal): -2231593 or 14152413. OLE color: 14152413.
HSL color Cylindrical-coordinate representation of color #DDF2D7: hue angle of 106.67º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF2D7 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 215 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.05 |
| HSL | 106.67º | 0.51% | 0.9% | - |
| HSV(B) | 106.67º | 0.11% | 0.95% | - |
| XYZ | 73.84 | 83.78 | 76.57 | - |
| YUV | 232.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 215 | 0.09 | 0 | 0.11 | 0.05 | 106.67 | 0.51 | 0.9 |
| Hex | DD | F2 | D7 | 9 | 0 | B | 5 | 6B | 33 | 5A |
| Octal | 335 | 362 | 327 | 11 | 0 | 13 | 5 | 153 | 63 | 132 |
| Binary | 11011101 | 11110010 | 11010111 | 1001 | 0 | 1011 | 101 | 1101011 | 110011 | 1011010 |
Color Harmonies of #DDF2D7
Complementary color
Monochromatic Colors of #DDF2D7
Black with #DDF2D7
Text Example
Text Example
White with #DDF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D7; }
p { color: rgb(221,242,215); }
H1.HeaderClassName
{
color: #DDF2D7;
}
.AnyTagClassName
{
color: #DDF2D7;
}
</style>
background-color css
<style>
a { background-color: #DDF2D7; }
a { background-color: rgb(221,242,215); }
div.DivClassName
{
background-color: #DDF2D7;
}
.BgClassName
{
background-color: #DDF2D7;
}
</style>
border-color css
<style>
span { border-color: #DDF2D7; }
span { border-color: rgb(221,242,215); }
td.TdClassName
{
border-color: #DDF2D7;
}
.TagClassName
{
border-color: #DDF2D7;
}
</style>