Shades of Clear Day #DAFFF0
Tints of Clear Day #DAFFF0
RGB
CMYK
RGB Variations
Color information
#DAFFF0 (or 0xDAFFF0) is known color: Clear Day. HEX triplet: DA, FF and F0. RGB value is (218,255,240). Sum of RGB (Red+Green+Blue) = 218+255+240=713 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.58% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF0 is #25000F. Grayscale: #F2F2F2. Windows color (decimal): -2424848 or 15794138. OLE color: 15794138.
HSL color Cylindrical-coordinate representation of color #DAFFF0: hue angle of 155.68º 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 #DAFFF0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 240 | - |
| CMYK | 0.15 | 0 | 0.06 | 0 |
| HSL | 155.68º | 1% | 0.93% | - |
| HSV(B) | 155.68º | 0.15% | 1% | - |
| XYZ | 80.4 | 92.72 | 96.1 | - |
| YUV | 242.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 240 | 0.15 | 0 | 0.06 | 0 | 155.68 | 1 | 0.93 |
| Hex | DA | FF | F0 | F | 0 | 6 | 0 | 9C | 64 | 5D |
| Octal | 332 | 377 | 360 | 17 | 0 | 6 | 0 | 234 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11110000 | 1111 | 0 | 110 | 0 | 10011100 | 1100100 | 1011101 |
Color Harmonies of #DAFFF0
Complementary color
Monochromatic Colors of #DAFFF0
Black with #DAFFF0
Text Example
Text Example
White with #DAFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFF0; }
p { color: rgb(218,255,240); }
H1.HeaderClassName
{
color: #DAFFF0;
}
.AnyTagClassName
{
color: #DAFFF0;
}
</style>
background-color css
<style>
a { background-color: #DAFFF0; }
a { background-color: rgb(218,255,240); }
div.DivClassName
{
background-color: #DAFFF0;
}
.BgClassName
{
background-color: #DAFFF0;
}
</style>
border-color css
<style>
span { border-color: #DAFFF0; }
span { border-color: rgb(218,255,240); }
td.TdClassName
{
border-color: #DAFFF0;
}
.TagClassName
{
border-color: #DAFFF0;
}
</style>