Shades of Clear Day #DAFDEF
Tints of Clear Day #DAFDEF
RGB
CMYK
RGB Variations
Color information
#DAFDEF (or 0xDAFDEF) is known color: Clear Day. HEX triplet: DA, FD and EF. RGB value is (218,253,239). Sum of RGB (Red+Green+Blue) = 218+253+239=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDEF is #250210. Grayscale: #F0F0F0. Windows color (decimal): -2425361 or 15728090. OLE color: 15728090.
HSL color Cylindrical-coordinate representation of color #DAFDEF: hue angle of 156º 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 #DAFDEF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 239 | - |
CMYK | 0.14 | 0 | 0.06 | 0.01 |
HSL | 156º | 0.9% | 0.92% | - |
HSV(B) | 156º | 0.14% | 0.99% | - |
XYZ | 79.62 | 91.39 | 95.1 | - |
YUV | 240.94 | 126.9 | 111.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 239 | 0.14 | 0 | 0.06 | 0.01 | 156 | 0.9 | 0.92 |
Hex | DA | FD | EF | E | 0 | 6 | 1 | 9C | 5A | 5C |
Octal | 332 | 375 | 357 | 16 | 0 | 6 | 1 | 234 | 132 | 134 |
Binary | 11011010 | 11111101 | 11101111 | 1110 | 0 | 110 | 1 | 10011100 | 1011010 | 1011100 |
Color Harmonies of #DAFDEF
Complementary color
Monochromatic Colors of #DAFDEF
Black with #DAFDEF
Text Example
Text Example
White with #DAFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDEF; }
p { color: rgb(218,253,239); }
H1.HeaderClassName
{
color: #DAFDEF;
}
.AnyTagClassName
{
color: #DAFDEF;
}
</style>
background-color css
<style>
a { background-color: #DAFDEF; }
a { background-color: rgb(218,253,239); }
div.DivClassName
{
background-color: #DAFDEF;
}
.BgClassName
{
background-color: #DAFDEF;
}
</style>
border-color css
<style>
span { border-color: #DAFDEF; }
span { border-color: rgb(218,253,239); }
td.TdClassName
{
border-color: #DAFDEF;
}
.TagClassName
{
border-color: #DAFDEF;
}
</style>