Shades of Clear Day #DAFBF2
Tints of Clear Day #DAFBF2
RGB
CMYK
RGB Variations
Color information
#DAFBF2 (or 0xDAFBF2) is known color: Clear Day. HEX triplet: DA, FB and F2. RGB value is (218,251,242). Sum of RGB (Red+Green+Blue) = 218+251+242=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF2 is #25040D. Grayscale: #F0F0F0. Windows color (decimal): -2425870 or 15924186. OLE color: 15924186.
HSL color Cylindrical-coordinate representation of color #DAFBF2: hue angle of 163.64º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBF2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 242 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.02 |
| HSL | 163.64º | 0.8% | 0.92% | - |
| HSV(B) | 163.64º | 0.13% | 0.98% | - |
| XYZ | 79.44 | 90.31 | 97.25 | - |
| YUV | 240.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 242 | 0.13 | 0 | 0.04 | 0.02 | 163.64 | 0.8 | 0.92 |
| Hex | DA | FB | F2 | D | 0 | 4 | 2 | A4 | 50 | 5C |
| Octal | 332 | 373 | 362 | 15 | 0 | 4 | 2 | 244 | 120 | 134 |
| Binary | 11011010 | 11111011 | 11110010 | 1101 | 0 | 100 | 10 | 10100100 | 1010000 | 1011100 |
Color Harmonies of #DAFBF2
Complementary color
Monochromatic Colors of #DAFBF2
Black with #DAFBF2
Text Example
Text Example
White with #DAFBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBF2; }
p { color: rgb(218,251,242); }
H1.HeaderClassName
{
color: #DAFBF2;
}
.AnyTagClassName
{
color: #DAFBF2;
}
</style>
background-color css
<style>
a { background-color: #DAFBF2; }
a { background-color: rgb(218,251,242); }
div.DivClassName
{
background-color: #DAFBF2;
}
.BgClassName
{
background-color: #DAFBF2;
}
</style>
border-color css
<style>
span { border-color: #DAFBF2; }
span { border-color: rgb(218,251,242); }
td.TdClassName
{
border-color: #DAFBF2;
}
.TagClassName
{
border-color: #DAFBF2;
}
</style>