Shades of Blue Romance #DCFBD6
Tints of Blue Romance #DCFBD6
RGB
CMYK
RGB Variations
Color information
#DCFBD6 (or 0xDCFBD6) is known color: Blue Romance. HEX triplet: DC, FB and D6. RGB value is (220,251,214). Sum of RGB (Red+Green+Blue) = 220+251+214=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBD6 is #230429. Grayscale: #EDEDED. Windows color (decimal): -2294826 or 14089180. OLE color: 14089180.
HSL color Cylindrical-coordinate representation of color #DCFBD6: hue angle of 110.27º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFBD6 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 214 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.02 |
| HSL | 110.27º | 0.82% | 0.91% | - |
| HSV(B) | 110.27º | 0.15% | 0.98% | - |
| XYZ | 76.15 | 89.07 | 76.8 | - |
| YUV | 237.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 214 | 0.12 | 0 | 0.15 | 0.02 | 110.27 | 0.82 | 0.91 |
| Hex | DC | FB | D6 | C | 0 | F | 2 | 6E | 52 | 5B |
| Octal | 334 | 373 | 326 | 14 | 0 | 17 | 2 | 156 | 122 | 133 |
| Binary | 11011100 | 11111011 | 11010110 | 1100 | 0 | 1111 | 10 | 1101110 | 1010010 | 1011011 |
Color Harmonies of #DCFBD6
Complementary color
Monochromatic Colors of #DCFBD6
Black with #DCFBD6
Text Example
Text Example
White with #DCFBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBD6; }
p { color: rgb(220,251,214); }
H1.HeaderClassName
{
color: #DCFBD6;
}
.AnyTagClassName
{
color: #DCFBD6;
}
</style>
background-color css
<style>
a { background-color: #DCFBD6; }
a { background-color: rgb(220,251,214); }
div.DivClassName
{
background-color: #DCFBD6;
}
.BgClassName
{
background-color: #DCFBD6;
}
</style>
border-color css
<style>
span { border-color: #DCFBD6; }
span { border-color: rgb(220,251,214); }
td.TdClassName
{
border-color: #DCFBD6;
}
.TagClassName
{
border-color: #DCFBD6;
}
</style>