Shades of Blue Romance #DEFDD5
Tints of Blue Romance #DEFDD5
RGB
CMYK
RGB Variations
Color information
#DEFDD5 (or 0xDEFDD5) is known color: Blue Romance. HEX triplet: DE, FD and D5. RGB value is (222,253,213). Sum of RGB (Red+Green+Blue) = 222+253+213=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD5 is #21022A. Grayscale: #EFEFEF. Windows color (decimal): -2163243 or 14024158. OLE color: 14024158.
HSL color Cylindrical-coordinate representation of color #DEFDD5: hue angle of 106.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEFDD5 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 213 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.01 |
| HSL | 106.5º | 0.91% | 0.91% | - |
| HSV(B) | 106.5º | 0.16% | 0.99% | - |
| XYZ | 77.26 | 90.58 | 76.36 | - |
| YUV | 239.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 213 | 0.12 | 0 | 0.16 | 0.01 | 106.5 | 0.91 | 0.91 |
| Hex | DE | FD | D5 | C | 0 | 10 | 1 | 6A | 5B | 5B |
| Octal | 336 | 375 | 325 | 14 | 0 | 20 | 1 | 152 | 133 | 133 |
| Binary | 11011110 | 11111101 | 11010101 | 1100 | 0 | 10000 | 1 | 1101010 | 1011011 | 1011011 |
Color Harmonies of #DEFDD5
Complementary color
Monochromatic Colors of #DEFDD5
Black with #DEFDD5
Text Example
Text Example
White with #DEFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDD5; }
p { color: rgb(222,253,213); }
H1.HeaderClassName
{
color: #DEFDD5;
}
.AnyTagClassName
{
color: #DEFDD5;
}
</style>
background-color css
<style>
a { background-color: #DEFDD5; }
a { background-color: rgb(222,253,213); }
div.DivClassName
{
background-color: #DEFDD5;
}
.BgClassName
{
background-color: #DEFDD5;
}
</style>
border-color css
<style>
span { border-color: #DEFDD5; }
span { border-color: rgb(222,253,213); }
td.TdClassName
{
border-color: #DEFDD5;
}
.TagClassName
{
border-color: #DEFDD5;
}
</style>