Shades of Solitude #E6EDFD
Tints of Solitude #E6EDFD
RGB
CMYK
RGB Variations
Color information
#E6EDFD (or 0xE6EDFD) is known color: Solitude. HEX triplet: E6, ED and FD. RGB value is (230,237,253). Sum of RGB (Red+Green+Blue) = 230+237+253=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFD is #191202. Grayscale: #ECECEC. Windows color (decimal): -1643011 or 16641510. OLE color: 16641510.
HSL color Cylindrical-coordinate representation of color #E6EDFD: hue angle of 221.74º 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 #E6EDFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 237 | 253 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 221.74º | 0.85% | 0.95% | - |
HSV(B) | 221.74º | 0.09% | 0.99% | - |
XYZ | 80.65 | 84.48 | 104.98 | - |
YUV | 236.73 | 137.18 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 237 | 253 | 0.09 | 0.06 | 0 | 0.01 | 221.74 | 0.85 | 0.95 |
Hex | E6 | ED | FD | 9 | 6 | 0 | 1 | DE | 55 | 5F |
Octal | 346 | 355 | 375 | 11 | 6 | 0 | 1 | 336 | 125 | 137 |
Binary | 11100110 | 11101101 | 11111101 | 1001 | 110 | 0 | 1 | 11011110 | 1010101 | 1011111 |
Color Harmonies of #E6EDFD
Complementary color
Monochromatic Colors of #E6EDFD
Black with #E6EDFD
Text Example
Text Example
White with #E6EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDFD; }
p { color: rgb(230,237,253); }
H1.HeaderClassName
{
color: #E6EDFD;
}
.AnyTagClassName
{
color: #E6EDFD;
}
</style>
background-color css
<style>
a { background-color: #E6EDFD; }
a { background-color: rgb(230,237,253); }
div.DivClassName
{
background-color: #E6EDFD;
}
.BgClassName
{
background-color: #E6EDFD;
}
</style>
border-color css
<style>
span { border-color: #E6EDFD; }
span { border-color: rgb(230,237,253); }
td.TdClassName
{
border-color: #E6EDFD;
}
.TagClassName
{
border-color: #E6EDFD;
}
</style>