Shades of Blue Romance #DCF1D5
Tints of Blue Romance #DCF1D5
RGB
CMYK
RGB Variations
Color information
#DCF1D5 (or 0xDCF1D5) is known color: Blue Romance. HEX triplet: DC, F1 and D5. RGB value is (220,241,213). Sum of RGB (Red+Green+Blue) = 220+241+213=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1D5 is #230E2A. Grayscale: #E7E7E7. Windows color (decimal): -2297387 or 14021084. OLE color: 14021084.
HSL color Cylindrical-coordinate representation of color #DCF1D5: hue angle of 105º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF1D5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 213 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.05 |
| HSL | 105º | 0.5% | 0.89% | - |
| HSV(B) | 105º | 0.12% | 0.95% | - |
| XYZ | 72.98 | 82.93 | 75.11 | - |
| YUV | 231.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 213 | 0.09 | 0 | 0.12 | 0.05 | 105 | 0.5 | 0.89 |
| Hex | DC | F1 | D5 | 9 | 0 | C | 5 | 69 | 32 | 59 |
| Octal | 334 | 361 | 325 | 11 | 0 | 14 | 5 | 151 | 62 | 131 |
| Binary | 11011100 | 11110001 | 11010101 | 1001 | 0 | 1100 | 101 | 1101001 | 110010 | 1011001 |
Color Harmonies of #DCF1D5
Complementary color
Monochromatic Colors of #DCF1D5
Black with #DCF1D5
Text Example
Text Example
White with #DCF1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1D5; }
p { color: rgb(220,241,213); }
H1.HeaderClassName
{
color: #DCF1D5;
}
.AnyTagClassName
{
color: #DCF1D5;
}
</style>
background-color css
<style>
a { background-color: #DCF1D5; }
a { background-color: rgb(220,241,213); }
div.DivClassName
{
background-color: #DCF1D5;
}
.BgClassName
{
background-color: #DCF1D5;
}
</style>
border-color css
<style>
span { border-color: #DCF1D5; }
span { border-color: rgb(220,241,213); }
td.TdClassName
{
border-color: #DCF1D5;
}
.TagClassName
{
border-color: #DCF1D5;
}
</style>