Shades of Clear Day #EAFDF8
Tints of Clear Day #EAFDF8
RGB
CMYK
RGB Variations
Color information
#EAFDF8 (or 0xEAFDF8) is known color: Clear Day. HEX triplet: EA, FD and F8. RGB value is (234,253,248). Sum of RGB (Red+Green+Blue) = 234+253+248=735 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.84% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDF8 is #150207. Grayscale: #F6F6F6. Windows color (decimal): -1376776 or 16317930. OLE color: 16317930.
HSL color Cylindrical-coordinate representation of color #EAFDF8: hue angle of 164.21º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDF8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 248 | - |
CMYK | 0.08 | 0 | 0.02 | 0.01 |
HSL | 164.21º | 0.83% | 0.95% | - |
HSV(B) | 164.21º | 0.08% | 0.99% | - |
XYZ | 86 | 94.52 | 102.52 | - |
YUV | 246.75 | 128.71 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 248 | 0.08 | 0 | 0.02 | 0.01 | 164.21 | 0.83 | 0.95 |
Hex | EA | FD | F8 | 8 | 0 | 2 | 1 | A4 | 53 | 5F |
Octal | 352 | 375 | 370 | 10 | 0 | 2 | 1 | 244 | 123 | 137 |
Binary | 11101010 | 11111101 | 11111000 | 1000 | 0 | 10 | 1 | 10100100 | 1010011 | 1011111 |
Color Harmonies of #EAFDF8
Complementary color
Monochromatic Colors of #EAFDF8
Black with #EAFDF8
Text Example
Text Example
White with #EAFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDF8; }
p { color: rgb(234,253,248); }
H1.HeaderClassName
{
color: #EAFDF8;
}
.AnyTagClassName
{
color: #EAFDF8;
}
</style>
background-color css
<style>
a { background-color: #EAFDF8; }
a { background-color: rgb(234,253,248); }
div.DivClassName
{
background-color: #EAFDF8;
}
.BgClassName
{
background-color: #EAFDF8;
}
</style>
border-color css
<style>
span { border-color: #EAFDF8; }
span { border-color: rgb(234,253,248); }
td.TdClassName
{
border-color: #EAFDF8;
}
.TagClassName
{
border-color: #EAFDF8;
}
</style>