Shades of Clear Day #E6F1ED
Tints of Clear Day #E6F1ED
RGB
CMYK
RGB Variations
Color information
#E6F1ED (or 0xE6F1ED) is known color: Clear Day. HEX triplet: E6, F1 and ED. RGB value is (230,241,237). Sum of RGB (Red+Green+Blue) = 230+241+237=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1ED is #190E12. Grayscale: #EDEDED. Windows color (decimal): -1642003 or 15593958. OLE color: 15593958.
HSL color Cylindrical-coordinate representation of color #E6F1ED: hue angle of 158.18º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6F1ED is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 230 | 241 | 237 | - |
CMYK | 0.05 | 0 | 0.02 | 0.05 |
HSL | 158.18º | 0.28% | 0.92% | - |
HSV(B) | 158.18º | 0.05% | 0.95% | - |
XYZ | 79.37 | 85.85 | 92.51 | - |
YUV | 237.26 | 127.86 | 122.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 241 | 237 | 0.05 | 0 | 0.02 | 0.05 | 158.18 | 0.28 | 0.92 |
Hex | E6 | F1 | ED | 5 | 0 | 2 | 5 | 9E | 1C | 5C |
Octal | 346 | 361 | 355 | 5 | 0 | 2 | 5 | 236 | 34 | 134 |
Binary | 11100110 | 11110001 | 11101101 | 101 | 0 | 10 | 101 | 10011110 | 11100 | 1011100 |
Color Harmonies of #E6F1ED
Complementary color
Monochromatic Colors of #E6F1ED
Black with #E6F1ED
Text Example
Text Example
White with #E6F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1ED; }
p { color: rgb(230,241,237); }
H1.HeaderClassName
{
color: #E6F1ED;
}
.AnyTagClassName
{
color: #E6F1ED;
}
</style>
background-color css
<style>
a { background-color: #E6F1ED; }
a { background-color: rgb(230,241,237); }
div.DivClassName
{
background-color: #E6F1ED;
}
.BgClassName
{
background-color: #E6F1ED;
}
</style>
border-color css
<style>
span { border-color: #E6F1ED; }
span { border-color: rgb(230,241,237); }
td.TdClassName
{
border-color: #E6F1ED;
}
.TagClassName
{
border-color: #E6F1ED;
}
</style>