Shades of Blue Romance #DDF2D8
Tints of Blue Romance #DDF2D8
RGB
CMYK
RGB Variations
Color information
#DDF2D8 (or 0xDDF2D8) is known color: Blue Romance. HEX triplet: DD, F2 and D8. RGB value is (221,242,216). Sum of RGB (Red+Green+Blue) = 221+242+216=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D8 is #220D27. Grayscale: #E8E8E8. Windows color (decimal): -2231592 or 14217949. OLE color: 14217949.
HSL color Cylindrical-coordinate representation of color #DDF2D8: hue angle of 108.46º degrees, saturation: 0.5, 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 #DDF2D8 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 216 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.05 |
| HSL | 108.46º | 0.5% | 0.9% | - |
| HSV(B) | 108.46º | 0.11% | 0.95% | - |
| XYZ | 73.97 | 83.83 | 77.25 | - |
| YUV | 232.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 216 | 0.09 | 0 | 0.11 | 0.05 | 108.46 | 0.5 | 0.9 |
| Hex | DD | F2 | D8 | 9 | 0 | B | 5 | 6C | 32 | 5A |
| Octal | 335 | 362 | 330 | 11 | 0 | 13 | 5 | 154 | 62 | 132 |
| Binary | 11011101 | 11110010 | 11011000 | 1001 | 0 | 1011 | 101 | 1101100 | 110010 | 1011010 |
Color Harmonies of #DDF2D8
Complementary color
Monochromatic Colors of #DDF2D8
Black with #DDF2D8
Text Example
Text Example
White with #DDF2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D8; }
p { color: rgb(221,242,216); }
H1.HeaderClassName
{
color: #DDF2D8;
}
.AnyTagClassName
{
color: #DDF2D8;
}
</style>
background-color css
<style>
a { background-color: #DDF2D8; }
a { background-color: rgb(221,242,216); }
div.DivClassName
{
background-color: #DDF2D8;
}
.BgClassName
{
background-color: #DDF2D8;
}
</style>
border-color css
<style>
span { border-color: #DDF2D8; }
span { border-color: rgb(221,242,216); }
td.TdClassName
{
border-color: #DDF2D8;
}
.TagClassName
{
border-color: #DDF2D8;
}
</style>