Shades of Clear Day #DAFBF0
Tints of Clear Day #DAFBF0
RGB
CMYK
RGB Variations
Color information
#DAFBF0 (or 0xDAFBF0) is known color: Clear Day. HEX triplet: DA, FB and F0. RGB value is (218,251,240). Sum of RGB (Red+Green+Blue) = 218+251+240=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF0 is #25040F. Grayscale: #EFEFEF. Windows color (decimal): -2425872 or 15793114. OLE color: 15793114.
HSL color Cylindrical-coordinate representation of color #DAFBF0: hue angle of 160º 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 #DAFBF0 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 251 | 240 | - |
CMYK | 0.13 | 0 | 0.04 | 0.02 |
HSL | 160º | 0.8% | 0.92% | - |
HSV(B) | 160º | 0.13% | 0.98% | - |
XYZ | 79.14 | 90.19 | 95.68 | - |
YUV | 239.88 | 128.07 | 112.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 251 | 240 | 0.13 | 0 | 0.04 | 0.02 | 160 | 0.8 | 0.92 |
Hex | DA | FB | F0 | D | 0 | 4 | 2 | A0 | 50 | 5C |
Octal | 332 | 373 | 360 | 15 | 0 | 4 | 2 | 240 | 120 | 134 |
Binary | 11011010 | 11111011 | 11110000 | 1101 | 0 | 100 | 10 | 10100000 | 1010000 | 1011100 |
Color Harmonies of #DAFBF0
Complementary color
Monochromatic Colors of #DAFBF0
Black with #DAFBF0
Text Example
Text Example
White with #DAFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBF0; }
p { color: rgb(218,251,240); }
H1.HeaderClassName
{
color: #DAFBF0;
}
.AnyTagClassName
{
color: #DAFBF0;
}
</style>
background-color css
<style>
a { background-color: #DAFBF0; }
a { background-color: rgb(218,251,240); }
div.DivClassName
{
background-color: #DAFBF0;
}
.BgClassName
{
background-color: #DAFBF0;
}
</style>
border-color css
<style>
span { border-color: #DAFBF0; }
span { border-color: rgb(218,251,240); }
td.TdClassName
{
border-color: #DAFBF0;
}
.TagClassName
{
border-color: #DAFBF0;
}
</style>