Shades of Clear Day #DFFFF5
Tints of Clear Day #DFFFF5
RGB
CMYK
RGB Variations
Color information
#DFFFF5 (or 0xDFFFF5) is known color: Clear Day. HEX triplet: DF, FF and F5. RGB value is (223,255,245). Sum of RGB (Red+Green+Blue) = 223+255+245=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFF5 is #20000A. Grayscale: #F4F4F4. Windows color (decimal): -2097163 or 16121823. OLE color: 16121823.
HSL color Cylindrical-coordinate representation of color #DFFFF5: hue angle of 161.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFF5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 245 | - |
| CMYK | 0.13 | 0 | 0.04 | 0 |
| HSL | 161.25º | 1% | 0.94% | - |
| HSV(B) | 161.25º | 0.13% | 1% | - |
| XYZ | 82.67 | 93.8 | 100.13 | - |
| YUV | 244.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 245 | 0.13 | 0 | 0.04 | 0 | 161.25 | 1 | 0.94 |
| Hex | DF | FF | F5 | D | 0 | 4 | 0 | A1 | 64 | 5E |
| Octal | 337 | 377 | 365 | 15 | 0 | 4 | 0 | 241 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11110101 | 1101 | 0 | 100 | 0 | 10100001 | 1100100 | 1011110 |
Color Harmonies of #DFFFF5
Complementary color
Monochromatic Colors of #DFFFF5
Black with #DFFFF5
Text Example
Text Example
White with #DFFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFF5; }
p { color: rgb(223,255,245); }
H1.HeaderClassName
{
color: #DFFFF5;
}
.AnyTagClassName
{
color: #DFFFF5;
}
</style>
background-color css
<style>
a { background-color: #DFFFF5; }
a { background-color: rgb(223,255,245); }
div.DivClassName
{
background-color: #DFFFF5;
}
.BgClassName
{
background-color: #DFFFF5;
}
</style>
border-color css
<style>
span { border-color: #DFFFF5; }
span { border-color: rgb(223,255,245); }
td.TdClassName
{
border-color: #DFFFF5;
}
.TagClassName
{
border-color: #DFFFF5;
}
</style>