Shades of Blue Romance #DCFAD2
Tints of Blue Romance #DCFAD2
RGB
CMYK
RGB Variations
Color information
#DCFAD2 (or 0xDCFAD2) is known color: Blue Romance. HEX triplet: DC, FA and D2. RGB value is (220,250,210). Sum of RGB (Red+Green+Blue) = 220+250+210=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD2 is #23052D. Grayscale: #ECECEC. Windows color (decimal): -2295086 or 13826780. OLE color: 13826780.
HSL color Cylindrical-coordinate representation of color #DCFAD2: hue angle of 105º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFAD2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 210 | - |
CMYK | 0.12 | 0 | 0.16 | 0.02 |
HSL | 105º | 0.8% | 0.9% | - |
HSV(B) | 105º | 0.16% | 0.98% | - |
XYZ | 75.33 | 88.24 | 74.03 | - |
YUV | 236.47 | 113.06 | 116.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 210 | 0.12 | 0 | 0.16 | 0.02 | 105 | 0.8 | 0.9 |
Hex | DC | FA | D2 | C | 0 | 10 | 2 | 69 | 50 | 5A |
Octal | 334 | 372 | 322 | 14 | 0 | 20 | 2 | 151 | 120 | 132 |
Binary | 11011100 | 11111010 | 11010010 | 1100 | 0 | 10000 | 10 | 1101001 | 1010000 | 1011010 |
Color Harmonies of #DCFAD2
Complementary color
Monochromatic Colors of #DCFAD2
Black with #DCFAD2
Text Example
Text Example
White with #DCFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAD2; }
p { color: rgb(220,250,210); }
H1.HeaderClassName
{
color: #DCFAD2;
}
.AnyTagClassName
{
color: #DCFAD2;
}
</style>
background-color css
<style>
a { background-color: #DCFAD2; }
a { background-color: rgb(220,250,210); }
div.DivClassName
{
background-color: #DCFAD2;
}
.BgClassName
{
background-color: #DCFAD2;
}
</style>
border-color css
<style>
span { border-color: #DCFAD2; }
span { border-color: rgb(220,250,210); }
td.TdClassName
{
border-color: #DCFAD2;
}
.TagClassName
{
border-color: #DCFAD2;
}
</style>