Shades of Solitude #ECF1FD
Tints of Solitude #ECF1FD
RGB
CMYK
RGB Variations
Color information
#ECF1FD (or 0xECF1FD) is known color: Solitude. HEX triplet: EC, F1 and FD. RGB value is (236,241,253). Sum of RGB (Red+Green+Blue) = 236+241+253=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1FD is #130E02. Grayscale: #F0F0F0. Windows color (decimal): -1248771 or 16642540. OLE color: 16642540.
HSL color Cylindrical-coordinate representation of color #ECF1FD: hue angle of 222.35º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF1FD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 241 | 253 | - |
CMYK | 0.07 | 0.05 | 0 | 0.01 |
HSL | 222.35º | 0.81% | 0.96% | - |
HSV(B) | 222.35º | 0.07% | 0.99% | - |
XYZ | 83.78 | 87.84 | 105.47 | - |
YUV | 240.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 241 | 253 | 0.07 | 0.05 | 0 | 0.01 | 222.35 | 0.81 | 0.96 |
Hex | EC | F1 | FD | 7 | 5 | 0 | 1 | DE | 51 | 60 |
Octal | 354 | 361 | 375 | 7 | 5 | 0 | 1 | 336 | 121 | 140 |
Binary | 11101100 | 11110001 | 11111101 | 111 | 101 | 0 | 1 | 11011110 | 1010001 | 1100000 |
Color Harmonies of #ECF1FD
Complementary color
Monochromatic Colors of #ECF1FD
Black with #ECF1FD
Text Example
Text Example
White with #ECF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1FD; }
p { color: rgb(236,241,253); }
H1.HeaderClassName
{
color: #ECF1FD;
}
.AnyTagClassName
{
color: #ECF1FD;
}
</style>
background-color css
<style>
a { background-color: #ECF1FD; }
a { background-color: rgb(236,241,253); }
div.DivClassName
{
background-color: #ECF1FD;
}
.BgClassName
{
background-color: #ECF1FD;
}
</style>
border-color css
<style>
span { border-color: #ECF1FD; }
span { border-color: rgb(236,241,253); }
td.TdClassName
{
border-color: #ECF1FD;
}
.TagClassName
{
border-color: #ECF1FD;
}
</style>