Shades of Blue Romance #DFFFD7
Tints of Blue Romance #DFFFD7
RGB
CMYK
RGB Variations
Color information
#DFFFD7 (or 0xDFFFD7) is known color: Blue Romance. HEX triplet: DF, FF and D7. RGB value is (223,255,215). Sum of RGB (Red+Green+Blue) = 223+255+215=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFD7 is #200028. Grayscale: #F0F0F0. Windows color (decimal): -2097193 or 14155743. OLE color: 14155743.
HSL color Cylindrical-coordinate representation of color #DFFFD7: hue angle of 108º 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 #DFFFD7 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 255 | 215 | - |
CMYK | 0.13 | 0 | 0.16 | 0 |
HSL | 108º | 1% | 0.92% | - |
HSV(B) | 108º | 0.16% | 1% | - |
XYZ | 78.46 | 92.11 | 77.93 | - |
YUV | 240.87 | 113.4 | 115.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 255 | 215 | 0.13 | 0 | 0.16 | 0 | 108 | 1 | 0.92 |
Hex | DF | FF | D7 | D | 0 | 10 | 0 | 6C | 64 | 5C |
Octal | 337 | 377 | 327 | 15 | 0 | 20 | 0 | 154 | 144 | 134 |
Binary | 11011111 | 11111111 | 11010111 | 1101 | 0 | 10000 | 0 | 1101100 | 1100100 | 1011100 |
Color Harmonies of #DFFFD7
Complementary color
Monochromatic Colors of #DFFFD7
Black with #DFFFD7
Text Example
Text Example
White with #DFFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFD7; }
p { color: rgb(223,255,215); }
H1.HeaderClassName
{
color: #DFFFD7;
}
.AnyTagClassName
{
color: #DFFFD7;
}
</style>
background-color css
<style>
a { background-color: #DFFFD7; }
a { background-color: rgb(223,255,215); }
div.DivClassName
{
background-color: #DFFFD7;
}
.BgClassName
{
background-color: #DFFFD7;
}
</style>
border-color css
<style>
span { border-color: #DFFFD7; }
span { border-color: rgb(223,255,215); }
td.TdClassName
{
border-color: #DFFFD7;
}
.TagClassName
{
border-color: #DFFFD7;
}
</style>