Shades of Clear Day #ECFAF6
Tints of Clear Day #ECFAF6
RGB
CMYK
RGB Variations
Color information
#ECFAF6 (or 0xECFAF6) is known color: Clear Day. HEX triplet: EC, FA and F6. RGB value is (236,250,246). Sum of RGB (Red+Green+Blue) = 236+250+246=732 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.24% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 246 (96.48% from 255 or 33.61% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF6 is #130509. Grayscale: #F5F5F5. Windows color (decimal): -1246474 or 16186092. OLE color: 16186092.
HSL color Cylindrical-coordinate representation of color #ECFAF6: hue angle of 162.86º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFAF6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 246 | - |
CMYK | 0.06 | 0 | 0.02 | 0.02 |
HSL | 162.86º | 0.58% | 0.95% | - |
HSV(B) | 162.86º | 0.06% | 0.98% | - |
XYZ | 85.41 | 92.86 | 100.61 | - |
YUV | 245.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 246 | 0.06 | 0 | 0.02 | 0.02 | 162.86 | 0.58 | 0.95 |
Hex | EC | FA | F6 | 6 | 0 | 2 | 2 | A3 | 3A | 5F |
Octal | 354 | 372 | 366 | 6 | 0 | 2 | 2 | 243 | 72 | 137 |
Binary | 11101100 | 11111010 | 11110110 | 110 | 0 | 10 | 10 | 10100011 | 111010 | 1011111 |
Color Harmonies of #ECFAF6
Complementary color
Monochromatic Colors of #ECFAF6
Black with #ECFAF6
Text Example
Text Example
White with #ECFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAF6; }
p { color: rgb(236,250,246); }
H1.HeaderClassName
{
color: #ECFAF6;
}
.AnyTagClassName
{
color: #ECFAF6;
}
</style>
background-color css
<style>
a { background-color: #ECFAF6; }
a { background-color: rgb(236,250,246); }
div.DivClassName
{
background-color: #ECFAF6;
}
.BgClassName
{
background-color: #ECFAF6;
}
</style>
border-color css
<style>
span { border-color: #ECFAF6; }
span { border-color: rgb(236,250,246); }
td.TdClassName
{
border-color: #ECFAF6;
}
.TagClassName
{
border-color: #ECFAF6;
}
</style>