Shades of Blue Romance #DCEFD6
Tints of Blue Romance #DCEFD6
RGB
CMYK
RGB Variations
Color information
#DCEFD6 (or 0xDCEFD6) is known color: Blue Romance. HEX triplet: DC, EF and D6. RGB value is (220,239,214). Sum of RGB (Red+Green+Blue) = 220+239+214=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD6 is #231029. Grayscale: #E6E6E6. Windows color (decimal): -2297898 or 14086108. OLE color: 14086108.
HSL color Cylindrical-coordinate representation of color #DCEFD6: hue angle of 105.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEFD6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 214 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.06 |
| HSL | 105.6º | 0.44% | 0.89% | - |
| HSV(B) | 105.6º | 0.1% | 0.94% | - |
| XYZ | 72.52 | 81.8 | 75.59 | - |
| YUV | 230.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 214 | 0.08 | 0 | 0.10 | 0.06 | 105.6 | 0.44 | 0.89 |
| Hex | DC | EF | D6 | 8 | 0 | A | 6 | 6A | 2C | 59 |
| Octal | 334 | 357 | 326 | 10 | 0 | 12 | 6 | 152 | 54 | 131 |
| Binary | 11011100 | 11101111 | 11010110 | 1000 | 0 | 1010 | 110 | 1101010 | 101100 | 1011001 |
Color Harmonies of #DCEFD6
Complementary color
Monochromatic Colors of #DCEFD6
Black with #DCEFD6
Text Example
Text Example
White with #DCEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFD6; }
p { color: rgb(220,239,214); }
H1.HeaderClassName
{
color: #DCEFD6;
}
.AnyTagClassName
{
color: #DCEFD6;
}
</style>
background-color css
<style>
a { background-color: #DCEFD6; }
a { background-color: rgb(220,239,214); }
div.DivClassName
{
background-color: #DCEFD6;
}
.BgClassName
{
background-color: #DCEFD6;
}
</style>
border-color css
<style>
span { border-color: #DCEFD6; }
span { border-color: rgb(220,239,214); }
td.TdClassName
{
border-color: #DCEFD6;
}
.TagClassName
{
border-color: #DCEFD6;
}
</style>