Shades of Blue Romance #DCFFD6
Tints of Blue Romance #DCFFD6
RGB
CMYK
RGB Variations
Color information
#DCFFD6 (or 0xDCFFD6) is known color: Blue Romance. HEX triplet: DC, FF and D6. RGB value is (220,255,214). Sum of RGB (Red+Green+Blue) = 220+255+214=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD6 is #230029. Grayscale: #EFEFEF. Windows color (decimal): -2293802 or 14090204. OLE color: 14090204.
HSL color Cylindrical-coordinate representation of color #DCFFD6: hue angle of 111.22º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFFD6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 214 | - |
| CMYK | 0.14 | 0 | 0.16 | 0 |
| HSL | 111.22º | 1% | 0.92% | - |
| HSV(B) | 111.22º | 0.16% | 1% | - |
| XYZ | 77.41 | 91.59 | 77.22 | - |
| YUV | 239.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 214 | 0.14 | 0 | 0.16 | 0 | 111.22 | 1 | 0.92 |
| Hex | DC | FF | D6 | E | 0 | 10 | 0 | 6F | 64 | 5C |
| Octal | 334 | 377 | 326 | 16 | 0 | 20 | 0 | 157 | 144 | 134 |
| Binary | 11011100 | 11111111 | 11010110 | 1110 | 0 | 10000 | 0 | 1101111 | 1100100 | 1011100 |
Color Harmonies of #DCFFD6
Complementary color
Monochromatic Colors of #DCFFD6
Black with #DCFFD6
Text Example
Text Example
White with #DCFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFD6; }
p { color: rgb(220,255,214); }
H1.HeaderClassName
{
color: #DCFFD6;
}
.AnyTagClassName
{
color: #DCFFD6;
}
</style>
background-color css
<style>
a { background-color: #DCFFD6; }
a { background-color: rgb(220,255,214); }
div.DivClassName
{
background-color: #DCFFD6;
}
.BgClassName
{
background-color: #DCFFD6;
}
</style>
border-color css
<style>
span { border-color: #DCFFD6; }
span { border-color: rgb(220,255,214); }
td.TdClassName
{
border-color: #DCFFD6;
}
.TagClassName
{
border-color: #DCFFD6;
}
</style>