Shades of Blue Romance #DCFBD4
Tints of Blue Romance #DCFBD4
RGB
CMYK
RGB Variations
Color information
#DCFBD4 (or 0xDCFBD4) is known color: Blue Romance. HEX triplet: DC, FB and D4. RGB value is (220,251,212). Sum of RGB (Red+Green+Blue) = 220+251+212=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBD4 is #23042B. Grayscale: #EDEDED. Windows color (decimal): -2294828 or 13958108. OLE color: 13958108.
HSL color Cylindrical-coordinate representation of color #DCFBD4: hue angle of 107.69º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFBD4 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 212 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.02 |
| HSL | 107.69º | 0.83% | 0.91% | - |
| HSV(B) | 107.69º | 0.16% | 0.98% | - |
| XYZ | 75.9 | 88.96 | 75.46 | - |
| YUV | 237.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 212 | 0.12 | 0 | 0.16 | 0.02 | 107.69 | 0.83 | 0.91 |
| Hex | DC | FB | D4 | C | 0 | 10 | 2 | 6C | 53 | 5B |
| Octal | 334 | 373 | 324 | 14 | 0 | 20 | 2 | 154 | 123 | 133 |
| Binary | 11011100 | 11111011 | 11010100 | 1100 | 0 | 10000 | 10 | 1101100 | 1010011 | 1011011 |
Color Harmonies of #DCFBD4
Complementary color
Monochromatic Colors of #DCFBD4
Black with #DCFBD4
Text Example
Text Example
White with #DCFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBD4; }
p { color: rgb(220,251,212); }
H1.HeaderClassName
{
color: #DCFBD4;
}
.AnyTagClassName
{
color: #DCFBD4;
}
</style>
background-color css
<style>
a { background-color: #DCFBD4; }
a { background-color: rgb(220,251,212); }
div.DivClassName
{
background-color: #DCFBD4;
}
.BgClassName
{
background-color: #DCFBD4;
}
</style>
border-color css
<style>
span { border-color: #DCFBD4; }
span { border-color: rgb(220,251,212); }
td.TdClassName
{
border-color: #DCFBD4;
}
.TagClassName
{
border-color: #DCFBD4;
}
</style>