Shades of Blue Romance #DEFDD7
Tints of Blue Romance #DEFDD7
RGB
CMYK
RGB Variations
Color information
#DEFDD7 (or 0xDEFDD7) is known color: Blue Romance. HEX triplet: DE, FD and D7. RGB value is (222,253,215). Sum of RGB (Red+Green+Blue) = 222+253+215=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD7 is #210228. Grayscale: #EFEFEF. Windows color (decimal): -2163241 or 14155230. OLE color: 14155230.
HSL color Cylindrical-coordinate representation of color #DEFDD7: hue angle of 108.95º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFDD7 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 215 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.01 |
| HSL | 108.95º | 0.9% | 0.92% | - |
| HSV(B) | 108.95º | 0.15% | 0.99% | - |
| XYZ | 77.52 | 90.69 | 77.71 | - |
| YUV | 239.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 215 | 0.12 | 0 | 0.15 | 0.01 | 108.95 | 0.9 | 0.92 |
| Hex | DE | FD | D7 | C | 0 | F | 1 | 6D | 5A | 5C |
| Octal | 336 | 375 | 327 | 14 | 0 | 17 | 1 | 155 | 132 | 134 |
| Binary | 11011110 | 11111101 | 11010111 | 1100 | 0 | 1111 | 1 | 1101101 | 1011010 | 1011100 |
Color Harmonies of #DEFDD7
Complementary color
Monochromatic Colors of #DEFDD7
Black with #DEFDD7
Text Example
Text Example
White with #DEFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDD7; }
p { color: rgb(222,253,215); }
H1.HeaderClassName
{
color: #DEFDD7;
}
.AnyTagClassName
{
color: #DEFDD7;
}
</style>
background-color css
<style>
a { background-color: #DEFDD7; }
a { background-color: rgb(222,253,215); }
div.DivClassName
{
background-color: #DEFDD7;
}
.BgClassName
{
background-color: #DEFDD7;
}
</style>
border-color css
<style>
span { border-color: #DEFDD7; }
span { border-color: rgb(222,253,215); }
td.TdClassName
{
border-color: #DEFDD7;
}
.TagClassName
{
border-color: #DEFDD7;
}
</style>