Shades of Blue Romance #DCFBD5
Tints of Blue Romance #DCFBD5
RGB
CMYK
RGB Variations
Color information
#DCFBD5 (or 0xDCFBD5) is known color: Blue Romance. HEX triplet: DC, FB and D5. RGB value is (220,251,213). Sum of RGB (Red+Green+Blue) = 220+251+213=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBD5 is #23042A. Grayscale: #EDEDED. Windows color (decimal): -2294827 or 14023644. OLE color: 14023644.
HSL color Cylindrical-coordinate representation of color #DCFBD5: hue angle of 108.95º degrees, saturation: 0.83, 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 #DCFBD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 213 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.02 |
| HSL | 108.95º | 0.83% | 0.91% | - |
| HSV(B) | 108.95º | 0.15% | 0.98% | - |
| XYZ | 76.02 | 89.01 | 76.13 | - |
| YUV | 237.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 213 | 0.12 | 0 | 0.15 | 0.02 | 108.95 | 0.83 | 0.91 |
| Hex | DC | FB | D5 | C | 0 | F | 2 | 6D | 53 | 5B |
| Octal | 334 | 373 | 325 | 14 | 0 | 17 | 2 | 155 | 123 | 133 |
| Binary | 11011100 | 11111011 | 11010101 | 1100 | 0 | 1111 | 10 | 1101101 | 1010011 | 1011011 |
Color Harmonies of #DCFBD5
Complementary color
Monochromatic Colors of #DCFBD5
Black with #DCFBD5
Text Example
Text Example
White with #DCFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBD5; }
p { color: rgb(220,251,213); }
H1.HeaderClassName
{
color: #DCFBD5;
}
.AnyTagClassName
{
color: #DCFBD5;
}
</style>
background-color css
<style>
a { background-color: #DCFBD5; }
a { background-color: rgb(220,251,213); }
div.DivClassName
{
background-color: #DCFBD5;
}
.BgClassName
{
background-color: #DCFBD5;
}
</style>
border-color css
<style>
span { border-color: #DCFBD5; }
span { border-color: rgb(220,251,213); }
td.TdClassName
{
border-color: #DCFBD5;
}
.TagClassName
{
border-color: #DCFBD5;
}
</style>