Shades of Clear Day #DFFEF1
Tints of Clear Day #DFFEF1
RGB
CMYK
RGB Variations
Color information
#DFFEF1 (or 0xDFFEF1) is known color: Clear Day. HEX triplet: DF, FE and F1. RGB value is (223,254,241). Sum of RGB (Red+Green+Blue) = 223+254+241=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEF1 is #20010E. Grayscale: #F3F3F3. Windows color (decimal): -2097423 or 15859423. OLE color: 15859423.
HSL color Cylindrical-coordinate representation of color #DFFEF1: hue angle of 154.84º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFEF1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 241 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.00 |
| HSL | 154.84º | 0.94% | 0.94% | - |
| HSV(B) | 154.84º | 0.12% | 1% | - |
| XYZ | 81.75 | 92.92 | 96.85 | - |
| YUV | 243.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 241 | 0.12 | 0 | 0.05 | 0.00 | 154.84 | 0.94 | 0.94 |
| Hex | DF | FE | F1 | C | 0 | 5 | 0 | 9B | 5E | 5E |
| Octal | 337 | 376 | 361 | 14 | 0 | 5 | 0 | 233 | 136 | 136 |
| Binary | 11011111 | 11111110 | 11110001 | 1100 | 0 | 101 | 0 | 10011011 | 1011110 | 1011110 |
Color Harmonies of #DFFEF1
Complementary color
Monochromatic Colors of #DFFEF1
Black with #DFFEF1
Text Example
Text Example
White with #DFFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEF1; }
p { color: rgb(223,254,241); }
H1.HeaderClassName
{
color: #DFFEF1;
}
.AnyTagClassName
{
color: #DFFEF1;
}
</style>
background-color css
<style>
a { background-color: #DFFEF1; }
a { background-color: rgb(223,254,241); }
div.DivClassName
{
background-color: #DFFEF1;
}
.BgClassName
{
background-color: #DFFEF1;
}
</style>
border-color css
<style>
span { border-color: #DFFEF1; }
span { border-color: rgb(223,254,241); }
td.TdClassName
{
border-color: #DFFEF1;
}
.TagClassName
{
border-color: #DFFEF1;
}
</style>