Shades of Clear Day #DAFFF5
Tints of Clear Day #DAFFF5
RGB
CMYK
RGB Variations
Color information
#DAFFF5 (or 0xDAFFF5) is known color: Clear Day. HEX triplet: DA, FF and F5. RGB value is (218,255,245). Sum of RGB (Red+Green+Blue) = 218+255+245=718 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.36% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF5 is #25000A. Grayscale: #F2F2F2. Windows color (decimal): -2424843 or 16121818. OLE color: 16121818.
HSL color Cylindrical-coordinate representation of color #DAFFF5: hue angle of 163.78º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFF5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 245 | - |
| CMYK | 0.15 | 0 | 0.04 | 0 |
| HSL | 163.78º | 1% | 0.93% | - |
| HSV(B) | 163.78º | 0.15% | 1% | - |
| XYZ | 81.15 | 93.02 | 100.06 | - |
| YUV | 242.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 245 | 0.15 | 0 | 0.04 | 0 | 163.78 | 1 | 0.93 |
| Hex | DA | FF | F5 | F | 0 | 4 | 0 | A4 | 64 | 5D |
| Octal | 332 | 377 | 365 | 17 | 0 | 4 | 0 | 244 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11110101 | 1111 | 0 | 100 | 0 | 10100100 | 1100100 | 1011101 |
Color Harmonies of #DAFFF5
Complementary color
Monochromatic Colors of #DAFFF5
Black with #DAFFF5
Text Example
Text Example
White with #DAFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFF5; }
p { color: rgb(218,255,245); }
H1.HeaderClassName
{
color: #DAFFF5;
}
.AnyTagClassName
{
color: #DAFFF5;
}
</style>
background-color css
<style>
a { background-color: #DAFFF5; }
a { background-color: rgb(218,255,245); }
div.DivClassName
{
background-color: #DAFFF5;
}
.BgClassName
{
background-color: #DAFFF5;
}
</style>
border-color css
<style>
span { border-color: #DAFFF5; }
span { border-color: rgb(218,255,245); }
td.TdClassName
{
border-color: #DAFFF5;
}
.TagClassName
{
border-color: #DAFFF5;
}
</style>