Shades of Clear Day #DAFEF2
Tints of Clear Day #DAFEF2
RGB
CMYK
RGB Variations
Color information
#DAFEF2 (or 0xDAFEF2) is known color: Clear Day. HEX triplet: DA, FE and F2. RGB value is (218,254,242). Sum of RGB (Red+Green+Blue) = 218+254+242=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEF2 is #25010D. Grayscale: #F1F1F1. Windows color (decimal): -2425102 or 15924954. OLE color: 15924954.
HSL color Cylindrical-coordinate representation of color #DAFEF2: hue angle of 160º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEF2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 242 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.00 |
| HSL | 160º | 0.95% | 0.93% | - |
| HSV(B) | 160º | 0.14% | 1% | - |
| XYZ | 80.38 | 92.2 | 97.56 | - |
| YUV | 241.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 242 | 0.14 | 0 | 0.05 | 0.00 | 160 | 0.95 | 0.93 |
| Hex | DA | FE | F2 | E | 0 | 5 | 0 | A0 | 5F | 5D |
| Octal | 332 | 376 | 362 | 16 | 0 | 5 | 0 | 240 | 137 | 135 |
| Binary | 11011010 | 11111110 | 11110010 | 1110 | 0 | 101 | 0 | 10100000 | 1011111 | 1011101 |
Color Harmonies of #DAFEF2
Complementary color
Monochromatic Colors of #DAFEF2
Black with #DAFEF2
Text Example
Text Example
White with #DAFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEF2; }
p { color: rgb(218,254,242); }
H1.HeaderClassName
{
color: #DAFEF2;
}
.AnyTagClassName
{
color: #DAFEF2;
}
</style>
background-color css
<style>
a { background-color: #DAFEF2; }
a { background-color: rgb(218,254,242); }
div.DivClassName
{
background-color: #DAFEF2;
}
.BgClassName
{
background-color: #DAFEF2;
}
</style>
border-color css
<style>
span { border-color: #DAFEF2; }
span { border-color: rgb(218,254,242); }
td.TdClassName
{
border-color: #DAFEF2;
}
.TagClassName
{
border-color: #DAFEF2;
}
</style>