Shades of Blue Romance #DDF5D7
Tints of Blue Romance #DDF5D7
RGB
CMYK
RGB Variations
Color information
#DDF5D7 (or 0xDDF5D7) is known color: Blue Romance. HEX triplet: DD, F5 and D7. RGB value is (221,245,215). Sum of RGB (Red+Green+Blue) = 221+245+215=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 215 (84.38% from 255 or 31.57% from 681); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5D7 is #220A28. Grayscale: #EAEAEA. Windows color (decimal): -2230825 or 14153181. OLE color: 14153181.
HSL color Cylindrical-coordinate representation of color #DDF5D7: hue angle of 108º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF5D7 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 215 | - |
CMYK | 0.10 | 0 | 0.12 | 0.04 |
HSL | 108º | 0.6% | 0.9% | - |
HSV(B) | 108º | 0.12% | 0.96% | - |
XYZ | 74.74 | 85.58 | 76.87 | - |
YUV | 234.4 | 117.05 | 118.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 215 | 0.10 | 0 | 0.12 | 0.04 | 108 | 0.6 | 0.9 |
Hex | DD | F5 | D7 | A | 0 | C | 4 | 6C | 3C | 5A |
Octal | 335 | 365 | 327 | 12 | 0 | 14 | 4 | 154 | 74 | 132 |
Binary | 11011101 | 11110101 | 11010111 | 1010 | 0 | 1100 | 100 | 1101100 | 111100 | 1011010 |
Color Harmonies of #DDF5D7
Complementary color
Monochromatic Colors of #DDF5D7
Black with #DDF5D7
Text Example
Text Example
White with #DDF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5D7; }
p { color: rgb(221,245,215); }
H1.HeaderClassName
{
color: #DDF5D7;
}
.AnyTagClassName
{
color: #DDF5D7;
}
</style>
background-color css
<style>
a { background-color: #DDF5D7; }
a { background-color: rgb(221,245,215); }
div.DivClassName
{
background-color: #DDF5D7;
}
.BgClassName
{
background-color: #DDF5D7;
}
</style>
border-color css
<style>
span { border-color: #DDF5D7; }
span { border-color: rgb(221,245,215); }
td.TdClassName
{
border-color: #DDF5D7;
}
.TagClassName
{
border-color: #DDF5D7;
}
</style>