Shades of Clear Day #DAFAF0
Tints of Clear Day #DAFAF0
RGB
CMYK
RGB Variations
Color information
#DAFAF0 (or 0xDAFAF0) is known color: Clear Day. HEX triplet: DA, FA and F0. RGB value is (218,250,240). Sum of RGB (Red+Green+Blue) = 218+250+240=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAF0 is #25050F. Grayscale: #EFEFEF. Windows color (decimal): -2426128 or 15792858. OLE color: 15792858.
HSL color Cylindrical-coordinate representation of color #DAFAF0: hue angle of 161.25º degrees, saturation: 0.76, 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 #DAFAF0 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 240 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.02 |
| HSL | 161.25º | 0.76% | 0.92% | - |
| HSV(B) | 161.25º | 0.13% | 0.98% | - |
| XYZ | 78.83 | 89.57 | 95.57 | - |
| YUV | 239.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 240 | 0.13 | 0 | 0.04 | 0.02 | 161.25 | 0.76 | 0.92 |
| Hex | DA | FA | F0 | D | 0 | 4 | 2 | A1 | 4C | 5C |
| Octal | 332 | 372 | 360 | 15 | 0 | 4 | 2 | 241 | 114 | 134 |
| Binary | 11011010 | 11111010 | 11110000 | 1101 | 0 | 100 | 10 | 10100001 | 1001100 | 1011100 |
Color Harmonies of #DAFAF0
Complementary color
Monochromatic Colors of #DAFAF0
Black with #DAFAF0
Text Example
Text Example
White with #DAFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFAF0; }
p { color: rgb(218,250,240); }
H1.HeaderClassName
{
color: #DAFAF0;
}
.AnyTagClassName
{
color: #DAFAF0;
}
</style>
background-color css
<style>
a { background-color: #DAFAF0; }
a { background-color: rgb(218,250,240); }
div.DivClassName
{
background-color: #DAFAF0;
}
.BgClassName
{
background-color: #DAFAF0;
}
</style>
border-color css
<style>
span { border-color: #DAFAF0; }
span { border-color: rgb(218,250,240); }
td.TdClassName
{
border-color: #DAFAF0;
}
.TagClassName
{
border-color: #DAFAF0;
}
</style>