Shades of Blue Romance #DDFFD7
Tints of Blue Romance #DDFFD7
RGB
CMYK
RGB Variations
Color information
#DDFFD7 (or 0xDDFFD7) is known color: Blue Romance. HEX triplet: DD, FF and D7. RGB value is (221,255,215). Sum of RGB (Red+Green+Blue) = 221+255+215=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFD7 is #220028. Grayscale: #F0F0F0. Windows color (decimal): -2228265 or 14155741. OLE color: 14155741.
HSL color Cylindrical-coordinate representation of color #DDFFD7: hue angle of 111º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDFFD7 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 215 | - |
| CMYK | 0.13 | 0 | 0.16 | 0 |
| HSL | 111º | 1% | 0.92% | - |
| HSV(B) | 111º | 0.16% | 1% | - |
| XYZ | 77.84 | 91.8 | 77.91 | - |
| YUV | 240.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 215 | 0.13 | 0 | 0.16 | 0 | 111 | 1 | 0.92 |
| Hex | DD | FF | D7 | D | 0 | 10 | 0 | 6F | 64 | 5C |
| Octal | 335 | 377 | 327 | 15 | 0 | 20 | 0 | 157 | 144 | 134 |
| Binary | 11011101 | 11111111 | 11010111 | 1101 | 0 | 10000 | 0 | 1101111 | 1100100 | 1011100 |
Color Harmonies of #DDFFD7
Complementary color
Monochromatic Colors of #DDFFD7
Black with #DDFFD7
Text Example
Text Example
White with #DDFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFD7; }
p { color: rgb(221,255,215); }
H1.HeaderClassName
{
color: #DDFFD7;
}
.AnyTagClassName
{
color: #DDFFD7;
}
</style>
background-color css
<style>
a { background-color: #DDFFD7; }
a { background-color: rgb(221,255,215); }
div.DivClassName
{
background-color: #DDFFD7;
}
.BgClassName
{
background-color: #DDFFD7;
}
</style>
border-color css
<style>
span { border-color: #DDFFD7; }
span { border-color: rgb(221,255,215); }
td.TdClassName
{
border-color: #DDFFD7;
}
.TagClassName
{
border-color: #DDFFD7;
}
</style>