Shades of Clear Day #DAFDF0
Tints of Clear Day #DAFDF0
RGB
CMYK
RGB Variations
Color information
#DAFDF0 (or 0xDAFDF0) is known color: Clear Day. HEX triplet: DA, FD and F0. RGB value is (218,253,240). Sum of RGB (Red+Green+Blue) = 218+253+240=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDF0 is #25020F. Grayscale: #F1F1F1. Windows color (decimal): -2425360 or 15793626. OLE color: 15793626.
HSL color Cylindrical-coordinate representation of color #DAFDF0: hue angle of 157.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDF0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 240 | - |
CMYK | 0.14 | 0 | 0.05 | 0.01 |
HSL | 157.71º | 0.9% | 0.92% | - |
HSV(B) | 157.71º | 0.14% | 0.99% | - |
XYZ | 79.77 | 91.45 | 95.88 | - |
YUV | 241.05 | 127.4 | 111.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 240 | 0.14 | 0 | 0.05 | 0.01 | 157.71 | 0.9 | 0.92 |
Hex | DA | FD | F0 | E | 0 | 5 | 1 | 9E | 5A | 5C |
Octal | 332 | 375 | 360 | 16 | 0 | 5 | 1 | 236 | 132 | 134 |
Binary | 11011010 | 11111101 | 11110000 | 1110 | 0 | 101 | 1 | 10011110 | 1011010 | 1011100 |
Color Harmonies of #DAFDF0
Complementary color
Monochromatic Colors of #DAFDF0
Black with #DAFDF0
Text Example
Text Example
White with #DAFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDF0; }
p { color: rgb(218,253,240); }
H1.HeaderClassName
{
color: #DAFDF0;
}
.AnyTagClassName
{
color: #DAFDF0;
}
</style>
background-color css
<style>
a { background-color: #DAFDF0; }
a { background-color: rgb(218,253,240); }
div.DivClassName
{
background-color: #DAFDF0;
}
.BgClassName
{
background-color: #DAFDF0;
}
</style>
border-color css
<style>
span { border-color: #DAFDF0; }
span { border-color: rgb(218,253,240); }
td.TdClassName
{
border-color: #DAFDF0;
}
.TagClassName
{
border-color: #DAFDF0;
}
</style>