Shades of Clear Day #DAFFF1
Tints of Clear Day #DAFFF1
RGB
CMYK
RGB Variations
Color information
#DAFFF1 (or 0xDAFFF1) is known color: Clear Day. HEX triplet: DA, FF and F1. RGB value is (218,255,241). Sum of RGB (Red+Green+Blue) = 218+255+241=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF1 is #25000E. Grayscale: #F2F2F2. Windows color (decimal): -2424847 or 15859674. OLE color: 15859674.
HSL color Cylindrical-coordinate representation of color #DAFFF1: hue angle of 157.3º 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 #DAFFF1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 241 | - |
| CMYK | 0.15 | 0 | 0.05 | 0 |
| HSL | 157.3º | 1% | 0.93% | - |
| HSV(B) | 157.3º | 0.15% | 1% | - |
| XYZ | 80.55 | 92.78 | 96.88 | - |
| YUV | 242.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 241 | 0.15 | 0 | 0.05 | 0 | 157.3 | 1 | 0.93 |
| Hex | DA | FF | F1 | F | 0 | 5 | 0 | 9D | 64 | 5D |
| Octal | 332 | 377 | 361 | 17 | 0 | 5 | 0 | 235 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11110001 | 1111 | 0 | 101 | 0 | 10011101 | 1100100 | 1011101 |
Color Harmonies of #DAFFF1
Complementary color
Monochromatic Colors of #DAFFF1
Black with #DAFFF1
Text Example
Text Example
White with #DAFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFF1; }
p { color: rgb(218,255,241); }
H1.HeaderClassName
{
color: #DAFFF1;
}
.AnyTagClassName
{
color: #DAFFF1;
}
</style>
background-color css
<style>
a { background-color: #DAFFF1; }
a { background-color: rgb(218,255,241); }
div.DivClassName
{
background-color: #DAFFF1;
}
.BgClassName
{
background-color: #DAFFF1;
}
</style>
border-color css
<style>
span { border-color: #DAFFF1; }
span { border-color: rgb(218,255,241); }
td.TdClassName
{
border-color: #DAFFF1;
}
.TagClassName
{
border-color: #DAFFF1;
}
</style>