Shades of Blue Romance #DCFFD5
Tints of Blue Romance #DCFFD5
RGB
CMYK
RGB Variations
Color information
#DCFFD5 (or 0xDCFFD5) is known color: Blue Romance. HEX triplet: DC, FF and D5. RGB value is (220,255,213). Sum of RGB (Red+Green+Blue) = 220+255+213=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD5 is #23002A. Grayscale: #EFEFEF. Windows color (decimal): -2293803 or 14024668. OLE color: 14024668.
HSL color Cylindrical-coordinate representation of color #DCFFD5: hue angle of 110º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFFD5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 213 | - |
CMYK | 0.14 | 0 | 0.16 | 0 |
HSL | 110º | 1% | 0.92% | - |
HSV(B) | 110º | 0.16% | 1% | - |
XYZ | 77.29 | 91.54 | 76.55 | - |
YUV | 239.75 | 112.9 | 113.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 213 | 0.14 | 0 | 0.16 | 0 | 110 | 1 | 0.92 |
Hex | DC | FF | D5 | E | 0 | 10 | 0 | 6E | 64 | 5C |
Octal | 334 | 377 | 325 | 16 | 0 | 20 | 0 | 156 | 144 | 134 |
Binary | 11011100 | 11111111 | 11010101 | 1110 | 0 | 10000 | 0 | 1101110 | 1100100 | 1011100 |
Color Harmonies of #DCFFD5
Complementary color
Monochromatic Colors of #DCFFD5
Black with #DCFFD5
Text Example
Text Example
White with #DCFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFD5; }
p { color: rgb(220,255,213); }
H1.HeaderClassName
{
color: #DCFFD5;
}
.AnyTagClassName
{
color: #DCFFD5;
}
</style>
background-color css
<style>
a { background-color: #DCFFD5; }
a { background-color: rgb(220,255,213); }
div.DivClassName
{
background-color: #DCFFD5;
}
.BgClassName
{
background-color: #DCFFD5;
}
</style>
border-color css
<style>
span { border-color: #DCFFD5; }
span { border-color: rgb(220,255,213); }
td.TdClassName
{
border-color: #DCFFD5;
}
.TagClassName
{
border-color: #DCFFD5;
}
</style>