Shades of Solitude #ECF2FD
Tints of Solitude #ECF2FD
RGB
CMYK
RGB Variations
Color information
#ECF2FD (or 0xECF2FD) is known color: Solitude. HEX triplet: EC, F2 and FD. RGB value is (236,242,253). Sum of RGB (Red+Green+Blue) = 236+242+253=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FD is #130D02. Grayscale: #F1F1F1. Windows color (decimal): -1248515 or 16642796. OLE color: 16642796.
HSL color Cylindrical-coordinate representation of color #ECF2FD: hue angle of 218.82º 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 #ECF2FD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 242 | 253 | - |
CMYK | 0.07 | 0.04 | 0 | 0.01 |
HSL | 218.82º | 0.81% | 0.96% | - |
HSV(B) | 218.82º | 0.07% | 0.99% | - |
XYZ | 84.07 | 88.43 | 105.57 | - |
YUV | 241.46 | 134.51 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 242 | 253 | 0.07 | 0.04 | 0 | 0.01 | 218.82 | 0.81 | 0.96 |
Hex | EC | F2 | FD | 7 | 4 | 0 | 1 | DB | 51 | 60 |
Octal | 354 | 362 | 375 | 7 | 4 | 0 | 1 | 333 | 121 | 140 |
Binary | 11101100 | 11110010 | 11111101 | 111 | 100 | 0 | 1 | 11011011 | 1010001 | 1100000 |
Color Harmonies of #ECF2FD
Complementary color
Monochromatic Colors of #ECF2FD
Black with #ECF2FD
Text Example
Text Example
White with #ECF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2FD; }
p { color: rgb(236,242,253); }
H1.HeaderClassName
{
color: #ECF2FD;
}
.AnyTagClassName
{
color: #ECF2FD;
}
</style>
background-color css
<style>
a { background-color: #ECF2FD; }
a { background-color: rgb(236,242,253); }
div.DivClassName
{
background-color: #ECF2FD;
}
.BgClassName
{
background-color: #ECF2FD;
}
</style>
border-color css
<style>
span { border-color: #ECF2FD; }
span { border-color: rgb(236,242,253); }
td.TdClassName
{
border-color: #ECF2FD;
}
.TagClassName
{
border-color: #ECF2FD;
}
</style>