Shades of Blue Romance #DDFBD6
Tints of Blue Romance #DDFBD6
RGB
CMYK
RGB Variations
Color information
#DDFBD6 (or 0xDDFBD6) is known color: Blue Romance. HEX triplet: DD, FB and D6. RGB value is (221,251,214). Sum of RGB (Red+Green+Blue) = 221+251+214=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD6 is #220429. Grayscale: #EDEDED. Windows color (decimal): -2229290 or 14089181. OLE color: 14089181.
HSL color Cylindrical-coordinate representation of color #DDFBD6: hue angle of 108.65º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFBD6 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 214 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.02 |
| HSL | 108.65º | 0.82% | 0.91% | - |
| HSV(B) | 108.65º | 0.15% | 0.98% | - |
| XYZ | 76.45 | 89.22 | 76.81 | - |
| YUV | 237.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 214 | 0.12 | 0 | 0.15 | 0.02 | 108.65 | 0.82 | 0.91 |
| Hex | DD | FB | D6 | C | 0 | F | 2 | 6D | 52 | 5B |
| Octal | 335 | 373 | 326 | 14 | 0 | 17 | 2 | 155 | 122 | 133 |
| Binary | 11011101 | 11111011 | 11010110 | 1100 | 0 | 1111 | 10 | 1101101 | 1010010 | 1011011 |
Color Harmonies of #DDFBD6
Complementary color
Monochromatic Colors of #DDFBD6
Black with #DDFBD6
Text Example
Text Example
White with #DDFBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBD6; }
p { color: rgb(221,251,214); }
H1.HeaderClassName
{
color: #DDFBD6;
}
.AnyTagClassName
{
color: #DDFBD6;
}
</style>
background-color css
<style>
a { background-color: #DDFBD6; }
a { background-color: rgb(221,251,214); }
div.DivClassName
{
background-color: #DDFBD6;
}
.BgClassName
{
background-color: #DDFBD6;
}
</style>
border-color css
<style>
span { border-color: #DDFBD6; }
span { border-color: rgb(221,251,214); }
td.TdClassName
{
border-color: #DDFBD6;
}
.TagClassName
{
border-color: #DDFBD6;
}
</style>