Shades of Blue Romance #DCFAD7
Tints of Blue Romance #DCFAD7
RGB
CMYK
RGB Variations
Color information
#DCFAD7 (or 0xDCFAD7) is known color: Blue Romance. HEX triplet: DC, FA and D7. RGB value is (220,250,215). Sum of RGB (Red+Green+Blue) = 220+250+215=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD7 is #230528. Grayscale: #EDEDED. Windows color (decimal): -2295081 or 14154460. OLE color: 14154460.
HSL color Cylindrical-coordinate representation of color #DCFAD7: hue angle of 111.43º 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 #DCFAD7 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 215 | - |
CMYK | 0.12 | 0 | 0.14 | 0.02 |
HSL | 111.43º | 0.78% | 0.91% | - |
HSV(B) | 111.43º | 0.14% | 0.98% | - |
XYZ | 75.97 | 88.49 | 77.37 | - |
YUV | 237.04 | 115.56 | 115.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 215 | 0.12 | 0 | 0.14 | 0.02 | 111.43 | 0.78 | 0.91 |
Hex | DC | FA | D7 | C | 0 | E | 2 | 6F | 4E | 5B |
Octal | 334 | 372 | 327 | 14 | 0 | 16 | 2 | 157 | 116 | 133 |
Binary | 11011100 | 11111010 | 11010111 | 1100 | 0 | 1110 | 10 | 1101111 | 1001110 | 1011011 |
Color Harmonies of #DCFAD7
Complementary color
Monochromatic Colors of #DCFAD7
Black with #DCFAD7
Text Example
Text Example
White with #DCFAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAD7; }
p { color: rgb(220,250,215); }
H1.HeaderClassName
{
color: #DCFAD7;
}
.AnyTagClassName
{
color: #DCFAD7;
}
</style>
background-color css
<style>
a { background-color: #DCFAD7; }
a { background-color: rgb(220,250,215); }
div.DivClassName
{
background-color: #DCFAD7;
}
.BgClassName
{
background-color: #DCFAD7;
}
</style>
border-color css
<style>
span { border-color: #DCFAD7; }
span { border-color: rgb(220,250,215); }
td.TdClassName
{
border-color: #DCFAD7;
}
.TagClassName
{
border-color: #DCFAD7;
}
</style>