Shades of Blue Romance #DEF2D9
Tints of Blue Romance #DEF2D9
RGB
CMYK
RGB Variations
Color information
#DEF2D9 (or 0xDEF2D9) is known color: Blue Romance. HEX triplet: DE, F2 and D9. RGB value is (222,242,217). Sum of RGB (Red+Green+Blue) = 222+242+217=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2D9 is #210D26. Grayscale: #E9E9E9. Windows color (decimal): -2166055 or 14283486. OLE color: 14283486.
HSL color Cylindrical-coordinate representation of color #DEF2D9: hue angle of 108º degrees, saturation: 0.49, 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 #DEF2D9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 217 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.05 |
| HSL | 108º | 0.49% | 0.9% | - |
| HSV(B) | 108º | 0.1% | 0.95% | - |
| XYZ | 74.4 | 84.04 | 77.95 | - |
| YUV | 233.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 217 | 0.08 | 0 | 0.10 | 0.05 | 108 | 0.49 | 0.9 |
| Hex | DE | F2 | D9 | 8 | 0 | A | 5 | 6C | 31 | 5A |
| Octal | 336 | 362 | 331 | 10 | 0 | 12 | 5 | 154 | 61 | 132 |
| Binary | 11011110 | 11110010 | 11011001 | 1000 | 0 | 1010 | 101 | 1101100 | 110001 | 1011010 |
Color Harmonies of #DEF2D9
Complementary color
Monochromatic Colors of #DEF2D9
Black with #DEF2D9
Text Example
Text Example
White with #DEF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2D9; }
p { color: rgb(222,242,217); }
H1.HeaderClassName
{
color: #DEF2D9;
}
.AnyTagClassName
{
color: #DEF2D9;
}
</style>
background-color css
<style>
a { background-color: #DEF2D9; }
a { background-color: rgb(222,242,217); }
div.DivClassName
{
background-color: #DEF2D9;
}
.BgClassName
{
background-color: #DEF2D9;
}
</style>
border-color css
<style>
span { border-color: #DEF2D9; }
span { border-color: rgb(222,242,217); }
td.TdClassName
{
border-color: #DEF2D9;
}
.TagClassName
{
border-color: #DEF2D9;
}
</style>