Shades of Blue Romance #DCF6D3
Tints of Blue Romance #DCF6D3
RGB
CMYK
RGB Variations
Color information
#DCF6D3 (or 0xDCF6D3) is known color: Blue Romance. HEX triplet: DC, F6 and D3. RGB value is (220,246,211). Sum of RGB (Red+Green+Blue) = 220+246+211=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 211 (82.81% from 255 or 31.17% from 677); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6D3 is #23092C. Grayscale: #EAEAEA. Windows color (decimal): -2296109 or 13891292. OLE color: 13891292.
HSL color Cylindrical-coordinate representation of color #DCF6D3: hue angle of 104.57º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF6D3 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 211 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.04 |
| HSL | 104.57º | 0.66% | 0.9% | - |
| HSV(B) | 104.57º | 0.14% | 0.96% | - |
| XYZ | 74.23 | 85.83 | 74.28 | - |
| YUV | 234.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 211 | 0.11 | 0 | 0.14 | 0.04 | 104.57 | 0.66 | 0.9 |
| Hex | DC | F6 | D3 | B | 0 | E | 4 | 69 | 42 | 5A |
| Octal | 334 | 366 | 323 | 13 | 0 | 16 | 4 | 151 | 102 | 132 |
| Binary | 11011100 | 11110110 | 11010011 | 1011 | 0 | 1110 | 100 | 1101001 | 1000010 | 1011010 |
Color Harmonies of #DCF6D3
Complementary color
Monochromatic Colors of #DCF6D3
Black with #DCF6D3
Text Example
Text Example
White with #DCF6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6D3; }
p { color: rgb(220,246,211); }
H1.HeaderClassName
{
color: #DCF6D3;
}
.AnyTagClassName
{
color: #DCF6D3;
}
</style>
background-color css
<style>
a { background-color: #DCF6D3; }
a { background-color: rgb(220,246,211); }
div.DivClassName
{
background-color: #DCF6D3;
}
.BgClassName
{
background-color: #DCF6D3;
}
</style>
border-color css
<style>
span { border-color: #DCF6D3; }
span { border-color: rgb(220,246,211); }
td.TdClassName
{
border-color: #DCF6D3;
}
.TagClassName
{
border-color: #DCF6D3;
}
</style>