Shades of Blue Romance #DCF0D6
Tints of Blue Romance #DCF0D6
RGB
CMYK
RGB Variations
Color information
#DCF0D6 (or 0xDCF0D6) is known color: Blue Romance. HEX triplet: DC, F0 and D6. RGB value is (220,240,214). Sum of RGB (Red+Green+Blue) = 220+240+214=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0D6 is #230F29. Grayscale: #E7E7E7. Windows color (decimal): -2297642 or 14086364. OLE color: 14086364.
HSL color Cylindrical-coordinate representation of color #DCF0D6: hue angle of 106.15º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF0D6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 214 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.06 |
| HSL | 106.15º | 0.46% | 0.89% | - |
| HSV(B) | 106.15º | 0.11% | 0.94% | - |
| XYZ | 72.81 | 82.39 | 75.68 | - |
| YUV | 231.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 214 | 0.08 | 0 | 0.11 | 0.06 | 106.15 | 0.46 | 0.89 |
| Hex | DC | F0 | D6 | 8 | 0 | B | 6 | 6A | 2E | 59 |
| Octal | 334 | 360 | 326 | 10 | 0 | 13 | 6 | 152 | 56 | 131 |
| Binary | 11011100 | 11110000 | 11010110 | 1000 | 0 | 1011 | 110 | 1101010 | 101110 | 1011001 |
Color Harmonies of #DCF0D6
Complementary color
Monochromatic Colors of #DCF0D6
Black with #DCF0D6
Text Example
Text Example
White with #DCF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0D6; }
p { color: rgb(220,240,214); }
H1.HeaderClassName
{
color: #DCF0D6;
}
.AnyTagClassName
{
color: #DCF0D6;
}
</style>
background-color css
<style>
a { background-color: #DCF0D6; }
a { background-color: rgb(220,240,214); }
div.DivClassName
{
background-color: #DCF0D6;
}
.BgClassName
{
background-color: #DCF0D6;
}
</style>
border-color css
<style>
span { border-color: #DCF0D6; }
span { border-color: rgb(220,240,214); }
td.TdClassName
{
border-color: #DCF0D6;
}
.TagClassName
{
border-color: #DCF0D6;
}
</style>