Shades of Blue Romance #DCFBD2
Tints of Blue Romance #DCFBD2
RGB
CMYK
RGB Variations
Color information
#DCFBD2 (or 0xDCFBD2) is known color: Blue Romance. HEX triplet: DC, FB and D2. RGB value is (220,251,210). Sum of RGB (Red+Green+Blue) = 220+251+210=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBD2 is #23042D. Grayscale: #EDEDED. Windows color (decimal): -2294830 or 13827036. OLE color: 13827036.
HSL color Cylindrical-coordinate representation of color #DCFBD2: hue angle of 105.37º degrees, saturation: 0.84, 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 #DCFBD2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 210 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.02 |
| HSL | 105.37º | 0.84% | 0.9% | - |
| HSV(B) | 105.37º | 0.16% | 0.98% | - |
| XYZ | 75.65 | 88.86 | 74.14 | - |
| YUV | 237.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 210 | 0.12 | 0 | 0.16 | 0.02 | 105.37 | 0.84 | 0.9 |
| Hex | DC | FB | D2 | C | 0 | 10 | 2 | 69 | 54 | 5A |
| Octal | 334 | 373 | 322 | 14 | 0 | 20 | 2 | 151 | 124 | 132 |
| Binary | 11011100 | 11111011 | 11010010 | 1100 | 0 | 10000 | 10 | 1101001 | 1010100 | 1011010 |
Color Harmonies of #DCFBD2
Complementary color
Monochromatic Colors of #DCFBD2
Black with #DCFBD2
Text Example
Text Example
White with #DCFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBD2; }
p { color: rgb(220,251,210); }
H1.HeaderClassName
{
color: #DCFBD2;
}
.AnyTagClassName
{
color: #DCFBD2;
}
</style>
background-color css
<style>
a { background-color: #DCFBD2; }
a { background-color: rgb(220,251,210); }
div.DivClassName
{
background-color: #DCFBD2;
}
.BgClassName
{
background-color: #DCFBD2;
}
</style>
border-color css
<style>
span { border-color: #DCFBD2; }
span { border-color: rgb(220,251,210); }
td.TdClassName
{
border-color: #DCFBD2;
}
.TagClassName
{
border-color: #DCFBD2;
}
</style>