Shades of Blue Romance #DDFCD6
Tints of Blue Romance #DDFCD6
RGB
CMYK
RGB Variations
Color information
#DDFCD6 (or 0xDDFCD6) is known color: Blue Romance. HEX triplet: DD, FC and D6. RGB value is (221,252,214). Sum of RGB (Red+Green+Blue) = 221+252+214=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCD6 is #220329. Grayscale: #EEEEEE. Windows color (decimal): -2229034 or 14089437. OLE color: 14089437.
HSL color Cylindrical-coordinate representation of color #DDFCD6: hue angle of 108.95º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFCD6 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 214 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.01 |
| HSL | 108.95º | 0.86% | 0.91% | - |
| HSV(B) | 108.95º | 0.15% | 0.99% | - |
| XYZ | 76.77 | 89.85 | 76.91 | - |
| YUV | 238.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 214 | 0.12 | 0 | 0.15 | 0.01 | 108.95 | 0.86 | 0.91 |
| Hex | DD | FC | D6 | C | 0 | F | 1 | 6D | 56 | 5B |
| Octal | 335 | 374 | 326 | 14 | 0 | 17 | 1 | 155 | 126 | 133 |
| Binary | 11011101 | 11111100 | 11010110 | 1100 | 0 | 1111 | 1 | 1101101 | 1010110 | 1011011 |
Color Harmonies of #DDFCD6
Complementary color
Monochromatic Colors of #DDFCD6
Black with #DDFCD6
Text Example
Text Example
White with #DDFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCD6; }
p { color: rgb(221,252,214); }
H1.HeaderClassName
{
color: #DDFCD6;
}
.AnyTagClassName
{
color: #DDFCD6;
}
</style>
background-color css
<style>
a { background-color: #DDFCD6; }
a { background-color: rgb(221,252,214); }
div.DivClassName
{
background-color: #DDFCD6;
}
.BgClassName
{
background-color: #DDFCD6;
}
</style>
border-color css
<style>
span { border-color: #DDFCD6; }
span { border-color: rgb(221,252,214); }
td.TdClassName
{
border-color: #DDFCD6;
}
.TagClassName
{
border-color: #DDFCD6;
}
</style>