Shades of Blue Romance #DCFAD6
Tints of Blue Romance #DCFAD6
RGB
CMYK
RGB Variations
Color information
#DCFAD6 (or 0xDCFAD6) is known color: Blue Romance. HEX triplet: DC, FA and D6. RGB value is (220,250,214). Sum of RGB (Red+Green+Blue) = 220+250+214=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD6 is #230529. Grayscale: #EDEDED. Windows color (decimal): -2295082 or 14088924. OLE color: 14088924.
HSL color Cylindrical-coordinate representation of color #DCFAD6: hue angle of 110º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFAD6 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 214 | - |
CMYK | 0.12 | 0 | 0.14 | 0.02 |
HSL | 110º | 0.78% | 0.91% | - |
HSV(B) | 110º | 0.14% | 0.98% | - |
XYZ | 75.84 | 88.44 | 76.69 | - |
YUV | 236.93 | 115.06 | 115.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 214 | 0.12 | 0 | 0.14 | 0.02 | 110 | 0.78 | 0.91 |
Hex | DC | FA | D6 | C | 0 | E | 2 | 6E | 4E | 5B |
Octal | 334 | 372 | 326 | 14 | 0 | 16 | 2 | 156 | 116 | 133 |
Binary | 11011100 | 11111010 | 11010110 | 1100 | 0 | 1110 | 10 | 1101110 | 1001110 | 1011011 |
Color Harmonies of #DCFAD6
Complementary color
Monochromatic Colors of #DCFAD6
Black with #DCFAD6
Text Example
Text Example
White with #DCFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAD6; }
p { color: rgb(220,250,214); }
H1.HeaderClassName
{
color: #DCFAD6;
}
.AnyTagClassName
{
color: #DCFAD6;
}
</style>
background-color css
<style>
a { background-color: #DCFAD6; }
a { background-color: rgb(220,250,214); }
div.DivClassName
{
background-color: #DCFAD6;
}
.BgClassName
{
background-color: #DCFAD6;
}
</style>
border-color css
<style>
span { border-color: #DCFAD6; }
span { border-color: rgb(220,250,214); }
td.TdClassName
{
border-color: #DCFAD6;
}
.TagClassName
{
border-color: #DCFAD6;
}
</style>