Shades of Blue Romance #DDF3D8
Tints of Blue Romance #DDF3D8
RGB
CMYK
RGB Variations
Color information
#DDF3D8 (or 0xDDF3D8) is known color: Blue Romance. HEX triplet: DD, F3 and D8. RGB value is (221,243,216). Sum of RGB (Red+Green+Blue) = 221+243+216=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3D8 is #220C27. Grayscale: #E9E9E9. Windows color (decimal): -2231336 or 14218205. OLE color: 14218205.
HSL color Cylindrical-coordinate representation of color #DDF3D8: hue angle of 108.89º degrees, saturation: 0.53, 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 #DDF3D8 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 216 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.05 |
| HSL | 108.89º | 0.53% | 0.9% | - |
| HSV(B) | 108.89º | 0.11% | 0.95% | - |
| XYZ | 74.26 | 84.43 | 77.35 | - |
| YUV | 233.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 216 | 0.09 | 0 | 0.11 | 0.05 | 108.89 | 0.53 | 0.9 |
| Hex | DD | F3 | D8 | 9 | 0 | B | 5 | 6D | 35 | 5A |
| Octal | 335 | 363 | 330 | 11 | 0 | 13 | 5 | 155 | 65 | 132 |
| Binary | 11011101 | 11110011 | 11011000 | 1001 | 0 | 1011 | 101 | 1101101 | 110101 | 1011010 |
Color Harmonies of #DDF3D8
Complementary color
Monochromatic Colors of #DDF3D8
Black with #DDF3D8
Text Example
Text Example
White with #DDF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3D8; }
p { color: rgb(221,243,216); }
H1.HeaderClassName
{
color: #DDF3D8;
}
.AnyTagClassName
{
color: #DDF3D8;
}
</style>
background-color css
<style>
a { background-color: #DDF3D8; }
a { background-color: rgb(221,243,216); }
div.DivClassName
{
background-color: #DDF3D8;
}
.BgClassName
{
background-color: #DDF3D8;
}
</style>
border-color css
<style>
span { border-color: #DDF3D8; }
span { border-color: rgb(221,243,216); }
td.TdClassName
{
border-color: #DDF3D8;
}
.TagClassName
{
border-color: #DDF3D8;
}
</style>