Shades of Blue Romance #DEF1D9
Tints of Blue Romance #DEF1D9
RGB
CMYK
RGB Variations
Color information
#DEF1D9 (or 0xDEF1D9) is known color: Blue Romance. HEX triplet: DE, F1 and D9. RGB value is (222,241,217). Sum of RGB (Red+Green+Blue) = 222+241+217=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1D9 is #210E26. Grayscale: #E8E8E8. Windows color (decimal): -2166311 or 14283230. OLE color: 14283230.
HSL color Cylindrical-coordinate representation of color #DEF1D9: hue angle of 107.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF1D9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 217 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.05 |
| HSL | 107.5º | 0.46% | 0.9% | - |
| HSV(B) | 107.5º | 0.1% | 0.95% | - |
| XYZ | 74.1 | 83.45 | 77.85 | - |
| YUV | 232.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 217 | 0.08 | 0 | 0.10 | 0.05 | 107.5 | 0.46 | 0.9 |
| Hex | DE | F1 | D9 | 8 | 0 | A | 5 | 6C | 2E | 5A |
| Octal | 336 | 361 | 331 | 10 | 0 | 12 | 5 | 154 | 56 | 132 |
| Binary | 11011110 | 11110001 | 11011001 | 1000 | 0 | 1010 | 101 | 1101100 | 101110 | 1011010 |
Color Harmonies of #DEF1D9
Complementary color
Monochromatic Colors of #DEF1D9
Black with #DEF1D9
Text Example
Text Example
White with #DEF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1D9; }
p { color: rgb(222,241,217); }
H1.HeaderClassName
{
color: #DEF1D9;
}
.AnyTagClassName
{
color: #DEF1D9;
}
</style>
background-color css
<style>
a { background-color: #DEF1D9; }
a { background-color: rgb(222,241,217); }
div.DivClassName
{
background-color: #DEF1D9;
}
.BgClassName
{
background-color: #DEF1D9;
}
</style>
border-color css
<style>
span { border-color: #DEF1D9; }
span { border-color: rgb(222,241,217); }
td.TdClassName
{
border-color: #DEF1D9;
}
.TagClassName
{
border-color: #DEF1D9;
}
</style>