Shades of Clear Day #DFFBF1
Tints of Clear Day #DFFBF1
RGB
CMYK
RGB Variations
Color information
#DFFBF1 (or 0xDFFBF1) is known color: Clear Day. HEX triplet: DF, FB and F1. RGB value is (223,251,241). Sum of RGB (Red+Green+Blue) = 223+251+241=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBF1 is #20040E. Grayscale: #F1F1F1. Windows color (decimal): -2098191 or 15858655. OLE color: 15858655.
HSL color Cylindrical-coordinate representation of color #DFFBF1: hue angle of 158.57º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFBF1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 241 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.02 |
| HSL | 158.57º | 0.78% | 0.93% | - |
| HSV(B) | 158.57º | 0.11% | 0.98% | - |
| XYZ | 80.81 | 91.03 | 96.53 | - |
| YUV | 241.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 241 | 0.11 | 0 | 0.04 | 0.02 | 158.57 | 0.78 | 0.93 |
| Hex | DF | FB | F1 | B | 0 | 4 | 2 | 9F | 4E | 5D |
| Octal | 337 | 373 | 361 | 13 | 0 | 4 | 2 | 237 | 116 | 135 |
| Binary | 11011111 | 11111011 | 11110001 | 1011 | 0 | 100 | 10 | 10011111 | 1001110 | 1011101 |
Color Harmonies of #DFFBF1
Complementary color
Monochromatic Colors of #DFFBF1
Black with #DFFBF1
Text Example
Text Example
White with #DFFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBF1; }
p { color: rgb(223,251,241); }
H1.HeaderClassName
{
color: #DFFBF1;
}
.AnyTagClassName
{
color: #DFFBF1;
}
</style>
background-color css
<style>
a { background-color: #DFFBF1; }
a { background-color: rgb(223,251,241); }
div.DivClassName
{
background-color: #DFFBF1;
}
.BgClassName
{
background-color: #DFFBF1;
}
</style>
border-color css
<style>
span { border-color: #DFFBF1; }
span { border-color: rgb(223,251,241); }
td.TdClassName
{
border-color: #DFFBF1;
}
.TagClassName
{
border-color: #DFFBF1;
}
</style>