Shades of Clear Day #E6FDF5
Tints of Clear Day #E6FDF5
RGB
CMYK
RGB Variations
Color information
#E6FDF5 (or 0xE6FDF5) is known color: Clear Day. HEX triplet: E6, FD and F5. RGB value is (230,253,245). Sum of RGB (Red+Green+Blue) = 230+253+245=728 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.59% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDF5 is #19020A. Grayscale: #F5F5F5. Windows color (decimal): -1638923 or 16121318. OLE color: 16121318.
HSL color Cylindrical-coordinate representation of color #E6FDF5: hue angle of 159.13º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FDF5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 245 | - |
CMYK | 0.09 | 0 | 0.03 | 0.01 |
HSL | 159.13º | 0.85% | 0.95% | - |
HSV(B) | 159.13º | 0.09% | 0.99% | - |
XYZ | 84.24 | 93.67 | 100.03 | - |
YUV | 245.21 | 127.88 | 117.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 245 | 0.09 | 0 | 0.03 | 0.01 | 159.13 | 0.85 | 0.95 |
Hex | E6 | FD | F5 | 9 | 0 | 3 | 1 | 9F | 55 | 5F |
Octal | 346 | 375 | 365 | 11 | 0 | 3 | 1 | 237 | 125 | 137 |
Binary | 11100110 | 11111101 | 11110101 | 1001 | 0 | 11 | 1 | 10011111 | 1010101 | 1011111 |
Color Harmonies of #E6FDF5
Complementary color
Monochromatic Colors of #E6FDF5
Black with #E6FDF5
Text Example
Text Example
White with #E6FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDF5; }
p { color: rgb(230,253,245); }
H1.HeaderClassName
{
color: #E6FDF5;
}
.AnyTagClassName
{
color: #E6FDF5;
}
</style>
background-color css
<style>
a { background-color: #E6FDF5; }
a { background-color: rgb(230,253,245); }
div.DivClassName
{
background-color: #E6FDF5;
}
.BgClassName
{
background-color: #E6FDF5;
}
</style>
border-color css
<style>
span { border-color: #E6FDF5; }
span { border-color: rgb(230,253,245); }
td.TdClassName
{
border-color: #E6FDF5;
}
.TagClassName
{
border-color: #E6FDF5;
}
</style>