Shades of Snow Flurry #DFF3B5
Tints of Snow Flurry #DFF3B5
RGB
CMYK
RGB Variations
Color information
#DFF3B5 (or 0xDFF3B5) is known color: Snow Flurry. HEX triplet: DF, F3 and B5. RGB value is (223,243,181). Sum of RGB (Red+Green+Blue) = 223+243+181=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3B5 is #200C4A. Grayscale: #E6E6E6. Windows color (decimal): -2100299 or 11924447. OLE color: 11924447.
HSL color Cylindrical-coordinate representation of color #DFF3B5: hue angle of 79.35º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFF3B5 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 243 | 181 | - |
CMYK | 0.08 | 0 | 0.26 | 0.05 |
HSL | 79.35º | 0.72% | 0.83% | - |
HSV(B) | 79.35º | 0.26% | 0.95% | - |
XYZ | 70.82 | 83.13 | 56.03 | - |
YUV | 229.95 | 100.37 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 243 | 181 | 0.08 | 0 | 0.26 | 0.05 | 79.35 | 0.72 | 0.83 |
Hex | DF | F3 | B5 | 8 | 0 | 1A | 5 | 4F | 48 | 53 |
Octal | 337 | 363 | 265 | 10 | 0 | 32 | 5 | 117 | 110 | 123 |
Binary | 11011111 | 11110011 | 10110101 | 1000 | 0 | 11010 | 101 | 1001111 | 1001000 | 1010011 |
Color Harmonies of #DFF3B5
Complementary color
Monochromatic Colors of #DFF3B5
Black with #DFF3B5
Text Example
Text Example
White with #DFF3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3B5; }
p { color: rgb(223,243,181); }
H1.HeaderClassName
{
color: #DFF3B5;
}
.AnyTagClassName
{
color: #DFF3B5;
}
</style>
background-color css
<style>
a { background-color: #DFF3B5; }
a { background-color: rgb(223,243,181); }
div.DivClassName
{
background-color: #DFF3B5;
}
.BgClassName
{
background-color: #DFF3B5;
}
</style>
border-color css
<style>
span { border-color: #DFF3B5; }
span { border-color: rgb(223,243,181); }
td.TdClassName
{
border-color: #DFF3B5;
}
.TagClassName
{
border-color: #DFF3B5;
}
</style>