Shades of Blue Romance #DCF1D7
Tints of Blue Romance #DCF1D7
RGB
CMYK
RGB Variations
Color information
#DCF1D7 (or 0xDCF1D7) is known color: Blue Romance. HEX triplet: DC, F1 and D7. RGB value is (220,241,215). Sum of RGB (Red+Green+Blue) = 220+241+215=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1D7 is #230E28. Grayscale: #E7E7E7. Windows color (decimal): -2297385 or 14152156. OLE color: 14152156.
HSL color Cylindrical-coordinate representation of color #DCF1D7: hue angle of 108.46º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF1D7 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 215 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.05 |
| HSL | 108.46º | 0.48% | 0.89% | - |
| HSV(B) | 108.46º | 0.11% | 0.95% | - |
| XYZ | 73.24 | 83.03 | 76.46 | - |
| YUV | 231.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 215 | 0.09 | 0 | 0.11 | 0.05 | 108.46 | 0.48 | 0.89 |
| Hex | DC | F1 | D7 | 9 | 0 | B | 5 | 6C | 30 | 59 |
| Octal | 334 | 361 | 327 | 11 | 0 | 13 | 5 | 154 | 60 | 131 |
| Binary | 11011100 | 11110001 | 11010111 | 1001 | 0 | 1011 | 101 | 1101100 | 110000 | 1011001 |
Color Harmonies of #DCF1D7
Complementary color
Monochromatic Colors of #DCF1D7
Black with #DCF1D7
Text Example
Text Example
White with #DCF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1D7; }
p { color: rgb(220,241,215); }
H1.HeaderClassName
{
color: #DCF1D7;
}
.AnyTagClassName
{
color: #DCF1D7;
}
</style>
background-color css
<style>
a { background-color: #DCF1D7; }
a { background-color: rgb(220,241,215); }
div.DivClassName
{
background-color: #DCF1D7;
}
.BgClassName
{
background-color: #DCF1D7;
}
</style>
border-color css
<style>
span { border-color: #DCF1D7; }
span { border-color: rgb(220,241,215); }
td.TdClassName
{
border-color: #DCF1D7;
}
.TagClassName
{
border-color: #DCF1D7;
}
</style>