Shades of Snow Flurry #DEFDB8
Tints of Snow Flurry #DEFDB8
RGB
CMYK
RGB Variations
Color information
#DEFDB8 (or 0xDEFDB8) is known color: Snow Flurry. HEX triplet: DE, FD and B8. RGB value is (222,253,184). Sum of RGB (Red+Green+Blue) = 222+253+184=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDB8 is #210247. Grayscale: #ECECEC. Windows color (decimal): -2163272 or 12123614. OLE color: 12123614.
HSL color Cylindrical-coordinate representation of color #DEFDB8: hue angle of 86.96º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEFDB8 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 253 | 184 | - |
CMYK | 0.12 | 0 | 0.27 | 0.01 |
HSL | 86.96º | 0.95% | 0.86% | - |
HSV(B) | 86.96º | 0.27% | 0.99% | - |
XYZ | 73.9 | 89.24 | 58.68 | - |
YUV | 235.87 | 98.73 | 118.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 253 | 184 | 0.12 | 0 | 0.27 | 0.01 | 86.96 | 0.95 | 0.86 |
Hex | DE | FD | B8 | C | 0 | 1B | 1 | 57 | 5F | 56 |
Octal | 336 | 375 | 270 | 14 | 0 | 33 | 1 | 127 | 137 | 126 |
Binary | 11011110 | 11111101 | 10111000 | 1100 | 0 | 11011 | 1 | 1010111 | 1011111 | 1010110 |
Color Harmonies of #DEFDB8
Complementary color
Monochromatic Colors of #DEFDB8
Black with #DEFDB8
Text Example
Text Example
White with #DEFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDB8; }
p { color: rgb(222,253,184); }
H1.HeaderClassName
{
color: #DEFDB8;
}
.AnyTagClassName
{
color: #DEFDB8;
}
</style>
background-color css
<style>
a { background-color: #DEFDB8; }
a { background-color: rgb(222,253,184); }
div.DivClassName
{
background-color: #DEFDB8;
}
.BgClassName
{
background-color: #DEFDB8;
}
</style>
border-color css
<style>
span { border-color: #DEFDB8; }
span { border-color: rgb(222,253,184); }
td.TdClassName
{
border-color: #DEFDB8;
}
.TagClassName
{
border-color: #DEFDB8;
}
</style>