Shades of Clear Day #DAFDF5
Tints of Clear Day #DAFDF5
RGB
CMYK
RGB Variations
Color information
#DAFDF5 (or 0xDAFDF5) is known color: Clear Day. HEX triplet: DA, FD and F5. RGB value is (218,253,245). Sum of RGB (Red+Green+Blue) = 218+253+245=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDF5 is #25020A. Grayscale: #F1F1F1. Windows color (decimal): -2425355 or 16121306. OLE color: 16121306.
HSL color Cylindrical-coordinate representation of color #DAFDF5: hue angle of 166.29º 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 #DAFDF5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 245 | - |
CMYK | 0.14 | 0 | 0.03 | 0.01 |
HSL | 166.29º | 0.9% | 0.92% | - |
HSV(B) | 166.29º | 0.14% | 0.99% | - |
XYZ | 80.52 | 91.75 | 99.85 | - |
YUV | 241.62 | 129.9 | 111.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 245 | 0.14 | 0 | 0.03 | 0.01 | 166.29 | 0.9 | 0.92 |
Hex | DA | FD | F5 | E | 0 | 3 | 1 | A6 | 5A | 5C |
Octal | 332 | 375 | 365 | 16 | 0 | 3 | 1 | 246 | 132 | 134 |
Binary | 11011010 | 11111101 | 11110101 | 1110 | 0 | 11 | 1 | 10100110 | 1011010 | 1011100 |
Color Harmonies of #DAFDF5
Complementary color
Monochromatic Colors of #DAFDF5
Black with #DAFDF5
Text Example
Text Example
White with #DAFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDF5; }
p { color: rgb(218,253,245); }
H1.HeaderClassName
{
color: #DAFDF5;
}
.AnyTagClassName
{
color: #DAFDF5;
}
</style>
background-color css
<style>
a { background-color: #DAFDF5; }
a { background-color: rgb(218,253,245); }
div.DivClassName
{
background-color: #DAFDF5;
}
.BgClassName
{
background-color: #DAFDF5;
}
</style>
border-color css
<style>
span { border-color: #DAFDF5; }
span { border-color: rgb(218,253,245); }
td.TdClassName
{
border-color: #DAFDF5;
}
.TagClassName
{
border-color: #DAFDF5;
}
</style>