Shades of Blue Romance #DEF5D8
Tints of Blue Romance #DEF5D8
RGB
CMYK
RGB Variations
Color information
#DEF5D8 (or 0xDEF5D8) is known color: Blue Romance. HEX triplet: DE, F5 and D8. RGB value is (222,245,216). Sum of RGB (Red+Green+Blue) = 222+245+216=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5D8 is #210A27. Grayscale: #EAEAEA. Windows color (decimal): -2165288 or 14218718. OLE color: 14218718.
HSL color Cylindrical-coordinate representation of color #DEF5D8: hue angle of 107.59º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF5D8 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 216 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.04 |
| HSL | 107.59º | 0.59% | 0.9% | - |
| HSV(B) | 107.59º | 0.12% | 0.96% | - |
| XYZ | 75.17 | 85.79 | 77.56 | - |
| YUV | 234.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 216 | 0.09 | 0 | 0.12 | 0.04 | 107.59 | 0.59 | 0.9 |
| Hex | DE | F5 | D8 | 9 | 0 | C | 4 | 6C | 3B | 5A |
| Octal | 336 | 365 | 330 | 11 | 0 | 14 | 4 | 154 | 73 | 132 |
| Binary | 11011110 | 11110101 | 11011000 | 1001 | 0 | 1100 | 100 | 1101100 | 111011 | 1011010 |
Color Harmonies of #DEF5D8
Complementary color
Monochromatic Colors of #DEF5D8
Black with #DEF5D8
Text Example
Text Example
White with #DEF5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5D8; }
p { color: rgb(222,245,216); }
H1.HeaderClassName
{
color: #DEF5D8;
}
.AnyTagClassName
{
color: #DEF5D8;
}
</style>
background-color css
<style>
a { background-color: #DEF5D8; }
a { background-color: rgb(222,245,216); }
div.DivClassName
{
background-color: #DEF5D8;
}
.BgClassName
{
background-color: #DEF5D8;
}
</style>
border-color css
<style>
span { border-color: #DEF5D8; }
span { border-color: rgb(222,245,216); }
td.TdClassName
{
border-color: #DEF5D8;
}
.TagClassName
{
border-color: #DEF5D8;
}
</style>