Shades of Blue Romance #DDF8D6
Tints of Blue Romance #DDF8D6
RGB
CMYK
RGB Variations
Color information
#DDF8D6 (or 0xDDF8D6) is known color: Blue Romance. HEX triplet: DD, F8 and D6. RGB value is (221,248,214). Sum of RGB (Red+Green+Blue) = 221+248+214=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8D6 is #220729. Grayscale: #ECECEC. Windows color (decimal): -2230058 or 14088413. OLE color: 14088413.
HSL color Cylindrical-coordinate representation of color #DDF8D6: hue angle of 107.65º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF8D6 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 214 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.03 |
| HSL | 107.65º | 0.71% | 0.91% | - |
| HSV(B) | 107.65º | 0.14% | 0.97% | - |
| XYZ | 75.52 | 87.36 | 76.5 | - |
| YUV | 236.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 214 | 0.11 | 0 | 0.14 | 0.03 | 107.65 | 0.71 | 0.91 |
| Hex | DD | F8 | D6 | B | 0 | E | 3 | 6C | 47 | 5B |
| Octal | 335 | 370 | 326 | 13 | 0 | 16 | 3 | 154 | 107 | 133 |
| Binary | 11011101 | 11111000 | 11010110 | 1011 | 0 | 1110 | 11 | 1101100 | 1000111 | 1011011 |
Color Harmonies of #DDF8D6
Complementary color
Monochromatic Colors of #DDF8D6
Black with #DDF8D6
Text Example
Text Example
White with #DDF8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8D6; }
p { color: rgb(221,248,214); }
H1.HeaderClassName
{
color: #DDF8D6;
}
.AnyTagClassName
{
color: #DDF8D6;
}
</style>
background-color css
<style>
a { background-color: #DDF8D6; }
a { background-color: rgb(221,248,214); }
div.DivClassName
{
background-color: #DDF8D6;
}
.BgClassName
{
background-color: #DDF8D6;
}
</style>
border-color css
<style>
span { border-color: #DDF8D6; }
span { border-color: rgb(221,248,214); }
td.TdClassName
{
border-color: #DDF8D6;
}
.TagClassName
{
border-color: #DDF8D6;
}
</style>