Shades of Blue Romance #DCFFD0
Tints of Blue Romance #DCFFD0
RGB
CMYK
RGB Variations
Color information
#DCFFD0 (or 0xDCFFD0) is known color: Blue Romance. HEX triplet: DC, FF and D0. RGB value is (220,255,208). Sum of RGB (Red+Green+Blue) = 220+255+208=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD0 is #23002F. Grayscale: #EFEFEF. Windows color (decimal): -2293808 or 13696988. OLE color: 13696988.
HSL color Cylindrical-coordinate representation of color #DCFFD0: hue angle of 104.68º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCFFD0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 208 | - |
| CMYK | 0.14 | 0 | 0.18 | 0 |
| HSL | 104.68º | 1% | 0.91% | - |
| HSV(B) | 104.68º | 0.18% | 1% | - |
| XYZ | 76.66 | 91.29 | 73.25 | - |
| YUV | 239.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 208 | 0.14 | 0 | 0.18 | 0 | 104.68 | 1 | 0.91 |
| Hex | DC | FF | D0 | E | 0 | 12 | 0 | 69 | 64 | 5B |
| Octal | 334 | 377 | 320 | 16 | 0 | 22 | 0 | 151 | 144 | 133 |
| Binary | 11011100 | 11111111 | 11010000 | 1110 | 0 | 10010 | 0 | 1101001 | 1100100 | 1011011 |
Color Harmonies of #DCFFD0
Complementary color
Monochromatic Colors of #DCFFD0
Black with #DCFFD0
Text Example
Text Example
White with #DCFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFD0; }
p { color: rgb(220,255,208); }
H1.HeaderClassName
{
color: #DCFFD0;
}
.AnyTagClassName
{
color: #DCFFD0;
}
</style>
background-color css
<style>
a { background-color: #DCFFD0; }
a { background-color: rgb(220,255,208); }
div.DivClassName
{
background-color: #DCFFD0;
}
.BgClassName
{
background-color: #DCFFD0;
}
</style>
border-color css
<style>
span { border-color: #DCFFD0; }
span { border-color: rgb(220,255,208); }
td.TdClassName
{
border-color: #DCFFD0;
}
.TagClassName
{
border-color: #DCFFD0;
}
</style>