Shades of Blue Romance #DEFCD5
Tints of Blue Romance #DEFCD5
RGB
CMYK
RGB Variations
Color information
#DEFCD5 (or 0xDEFCD5) is known color: Blue Romance. HEX triplet: DE, FC and D5. RGB value is (222,252,213). Sum of RGB (Red+Green+Blue) = 222+252+213=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCD5 is #21032A. Grayscale: #EEEEEE. Windows color (decimal): -2163499 or 14023902. OLE color: 14023902.
HSL color Cylindrical-coordinate representation of color #DEFCD5: hue angle of 106.15º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFCD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 213 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.01 |
| HSL | 106.15º | 0.87% | 0.91% | - |
| HSV(B) | 106.15º | 0.15% | 0.99% | - |
| XYZ | 76.94 | 89.95 | 76.26 | - |
| YUV | 238.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 213 | 0.12 | 0 | 0.15 | 0.01 | 106.15 | 0.87 | 0.91 |
| Hex | DE | FC | D5 | C | 0 | F | 1 | 6A | 57 | 5B |
| Octal | 336 | 374 | 325 | 14 | 0 | 17 | 1 | 152 | 127 | 133 |
| Binary | 11011110 | 11111100 | 11010101 | 1100 | 0 | 1111 | 1 | 1101010 | 1010111 | 1011011 |
Color Harmonies of #DEFCD5
Complementary color
Monochromatic Colors of #DEFCD5
Black with #DEFCD5
Text Example
Text Example
White with #DEFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCD5; }
p { color: rgb(222,252,213); }
H1.HeaderClassName
{
color: #DEFCD5;
}
.AnyTagClassName
{
color: #DEFCD5;
}
</style>
background-color css
<style>
a { background-color: #DEFCD5; }
a { background-color: rgb(222,252,213); }
div.DivClassName
{
background-color: #DEFCD5;
}
.BgClassName
{
background-color: #DEFCD5;
}
</style>
border-color css
<style>
span { border-color: #DEFCD5; }
span { border-color: rgb(222,252,213); }
td.TdClassName
{
border-color: #DEFCD5;
}
.TagClassName
{
border-color: #DEFCD5;
}
</style>