Shades of Clear Day #DAFFF6
Tints of Clear Day #DAFFF6
RGB
CMYK
RGB Variations
Color information
#DAFFF6 (or 0xDAFFF6) is known color: Clear Day. HEX triplet: DA, FF and F6. RGB value is (218,255,246). Sum of RGB (Red+Green+Blue) = 218+255+246=719 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.32% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF6 is #250009. Grayscale: #F2F2F2. Windows color (decimal): -2424842 or 16187354. OLE color: 16187354.
HSL color Cylindrical-coordinate representation of color #DAFFF6: hue angle of 165.41º 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 #DAFFF6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 246 | - |
CMYK | 0.15 | 0 | 0.04 | 0 |
HSL | 165.41º | 1% | 0.93% | - |
HSV(B) | 165.41º | 0.15% | 1% | - |
XYZ | 81.31 | 93.08 | 100.87 | - |
YUV | 242.91 | 129.74 | 110.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 246 | 0.15 | 0 | 0.04 | 0 | 165.41 | 1 | 0.93 |
Hex | DA | FF | F6 | F | 0 | 4 | 0 | A5 | 64 | 5D |
Octal | 332 | 377 | 366 | 17 | 0 | 4 | 0 | 245 | 144 | 135 |
Binary | 11011010 | 11111111 | 11110110 | 1111 | 0 | 100 | 0 | 10100101 | 1100100 | 1011101 |
Color Harmonies of #DAFFF6
Complementary color
Monochromatic Colors of #DAFFF6
Black with #DAFFF6
Text Example
Text Example
White with #DAFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFF6; }
p { color: rgb(218,255,246); }
H1.HeaderClassName
{
color: #DAFFF6;
}
.AnyTagClassName
{
color: #DAFFF6;
}
</style>
background-color css
<style>
a { background-color: #DAFFF6; }
a { background-color: rgb(218,255,246); }
div.DivClassName
{
background-color: #DAFFF6;
}
.BgClassName
{
background-color: #DAFFF6;
}
</style>
border-color css
<style>
span { border-color: #DAFFF6; }
span { border-color: rgb(218,255,246); }
td.TdClassName
{
border-color: #DAFFF6;
}
.TagClassName
{
border-color: #DAFFF6;
}
</style>