Shades of Blue Romance #DCFFD4
Tints of Blue Romance #DCFFD4
RGB
CMYK
RGB Variations
Color information
#DCFFD4 (or 0xDCFFD4) is known color: Blue Romance. HEX triplet: DC, FF and D4. RGB value is (220,255,212). Sum of RGB (Red+Green+Blue) = 220+255+212=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD4 is #23002B. Grayscale: #EFEFEF. Windows color (decimal): -2293804 or 13959132. OLE color: 13959132.
HSL color Cylindrical-coordinate representation of color #DCFFD4: hue angle of 108.84º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCFFD4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 212 | - |
| CMYK | 0.14 | 0 | 0.17 | 0 |
| HSL | 108.84º | 1% | 0.92% | - |
| HSV(B) | 108.84º | 0.17% | 1% | - |
| XYZ | 77.16 | 91.49 | 75.88 | - |
| YUV | 239.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 212 | 0.14 | 0 | 0.17 | 0 | 108.84 | 1 | 0.92 |
| Hex | DC | FF | D4 | E | 0 | 11 | 0 | 6D | 64 | 5C |
| Octal | 334 | 377 | 324 | 16 | 0 | 21 | 0 | 155 | 144 | 134 |
| Binary | 11011100 | 11111111 | 11010100 | 1110 | 0 | 10001 | 0 | 1101101 | 1100100 | 1011100 |
Color Harmonies of #DCFFD4
Complementary color
Monochromatic Colors of #DCFFD4
Black with #DCFFD4
Text Example
Text Example
White with #DCFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFD4; }
p { color: rgb(220,255,212); }
H1.HeaderClassName
{
color: #DCFFD4;
}
.AnyTagClassName
{
color: #DCFFD4;
}
</style>
background-color css
<style>
a { background-color: #DCFFD4; }
a { background-color: rgb(220,255,212); }
div.DivClassName
{
background-color: #DCFFD4;
}
.BgClassName
{
background-color: #DCFFD4;
}
</style>
border-color css
<style>
span { border-color: #DCFFD4; }
span { border-color: rgb(220,255,212); }
td.TdClassName
{
border-color: #DCFFD4;
}
.TagClassName
{
border-color: #DCFFD4;
}
</style>