Shades of Clear Day #DAFDF2
Tints of Clear Day #DAFDF2
RGB
CMYK
RGB Variations
Color information
#DAFDF2 (or 0xDAFDF2) is known color: Clear Day. HEX triplet: DA, FD and F2. RGB value is (218,253,242). Sum of RGB (Red+Green+Blue) = 218+253+242=713 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.58% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDF2 is #25020D. Grayscale: #F1F1F1. Windows color (decimal): -2425358 or 15924698. OLE color: 15924698.
HSL color Cylindrical-coordinate representation of color #DAFDF2: hue angle of 161.14º 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 #DAFDF2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 242 | - |
CMYK | 0.14 | 0 | 0.04 | 0.01 |
HSL | 161.14º | 0.9% | 0.92% | - |
HSV(B) | 161.14º | 0.14% | 0.99% | - |
XYZ | 80.07 | 91.57 | 97.46 | - |
YUV | 241.28 | 128.4 | 111.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 242 | 0.14 | 0 | 0.04 | 0.01 | 161.14 | 0.9 | 0.92 |
Hex | DA | FD | F2 | E | 0 | 4 | 1 | A1 | 5A | 5C |
Octal | 332 | 375 | 362 | 16 | 0 | 4 | 1 | 241 | 132 | 134 |
Binary | 11011010 | 11111101 | 11110010 | 1110 | 0 | 100 | 1 | 10100001 | 1011010 | 1011100 |
Color Harmonies of #DAFDF2
Complementary color
Monochromatic Colors of #DAFDF2
Black with #DAFDF2
Text Example
Text Example
White with #DAFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDF2; }
p { color: rgb(218,253,242); }
H1.HeaderClassName
{
color: #DAFDF2;
}
.AnyTagClassName
{
color: #DAFDF2;
}
</style>
background-color css
<style>
a { background-color: #DAFDF2; }
a { background-color: rgb(218,253,242); }
div.DivClassName
{
background-color: #DAFDF2;
}
.BgClassName
{
background-color: #DAFDF2;
}
</style>
border-color css
<style>
span { border-color: #DAFDF2; }
span { border-color: rgb(218,253,242); }
td.TdClassName
{
border-color: #DAFDF2;
}
.TagClassName
{
border-color: #DAFDF2;
}
</style>