Shades of Blue Romance #DCFCD3
Tints of Blue Romance #DCFCD3
RGB
CMYK
RGB Variations
Color information
#DCFCD3 (or 0xDCFCD3) is known color: Blue Romance. HEX triplet: DC, FC and D3. RGB value is (220,252,211). Sum of RGB (Red+Green+Blue) = 220+252+211=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD3 is #23032C. Grayscale: #EDEDED. Windows color (decimal): -2294573 or 13892828. OLE color: 13892828.
HSL color Cylindrical-coordinate representation of color #DCFCD3: hue angle of 106.83º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFCD3 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 211 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.01 |
| HSL | 106.83º | 0.87% | 0.91% | - |
| HSV(B) | 106.83º | 0.16% | 0.99% | - |
| XYZ | 76.08 | 89.54 | 74.9 | - |
| YUV | 237.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 211 | 0.13 | 0 | 0.16 | 0.01 | 106.83 | 0.87 | 0.91 |
| Hex | DC | FC | D3 | D | 0 | 10 | 1 | 6B | 57 | 5B |
| Octal | 334 | 374 | 323 | 15 | 0 | 20 | 1 | 153 | 127 | 133 |
| Binary | 11011100 | 11111100 | 11010011 | 1101 | 0 | 10000 | 1 | 1101011 | 1010111 | 1011011 |
Color Harmonies of #DCFCD3
Complementary color
Monochromatic Colors of #DCFCD3
Black with #DCFCD3
Text Example
Text Example
White with #DCFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCD3; }
p { color: rgb(220,252,211); }
H1.HeaderClassName
{
color: #DCFCD3;
}
.AnyTagClassName
{
color: #DCFCD3;
}
</style>
background-color css
<style>
a { background-color: #DCFCD3; }
a { background-color: rgb(220,252,211); }
div.DivClassName
{
background-color: #DCFCD3;
}
.BgClassName
{
background-color: #DCFCD3;
}
</style>
border-color css
<style>
span { border-color: #DCFCD3; }
span { border-color: rgb(220,252,211); }
td.TdClassName
{
border-color: #DCFCD3;
}
.TagClassName
{
border-color: #DCFCD3;
}
</style>