Shades of Solitude #E6EDFC
Tints of Solitude #E6EDFC
RGB
CMYK
RGB Variations
Color information
#E6EDFC (or 0xE6EDFC) is known color: Solitude. HEX triplet: E6, ED and FC. RGB value is (230,237,252). Sum of RGB (Red+Green+Blue) = 230+237+252=719 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.99% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6EDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFC is #191203. Grayscale: #ECECEC. Windows color (decimal): -1643012 or 16575974. OLE color: 16575974.
HSL color Cylindrical-coordinate representation of color #E6EDFC: hue angle of 220.91º degrees, saturation: 0.79, 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 #E6EDFC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 237 | 252 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 220.91º | 0.79% | 0.95% | - |
HSV(B) | 220.91º | 0.09% | 0.99% | - |
XYZ | 80.49 | 84.42 | 104.15 | - |
YUV | 236.62 | 136.68 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 237 | 252 | 0.09 | 0.06 | 0 | 0.01 | 220.91 | 0.79 | 0.95 |
Hex | E6 | ED | FC | 9 | 6 | 0 | 1 | DD | 4F | 5F |
Octal | 346 | 355 | 374 | 11 | 6 | 0 | 1 | 335 | 117 | 137 |
Binary | 11100110 | 11101101 | 11111100 | 1001 | 110 | 0 | 1 | 11011101 | 1001111 | 1011111 |
Color Harmonies of #E6EDFC
Complementary color
Monochromatic Colors of #E6EDFC
Black with #E6EDFC
Text Example
Text Example
White with #E6EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDFC; }
p { color: rgb(230,237,252); }
H1.HeaderClassName
{
color: #E6EDFC;
}
.AnyTagClassName
{
color: #E6EDFC;
}
</style>
background-color css
<style>
a { background-color: #E6EDFC; }
a { background-color: rgb(230,237,252); }
div.DivClassName
{
background-color: #E6EDFC;
}
.BgClassName
{
background-color: #E6EDFC;
}
</style>
border-color css
<style>
span { border-color: #E6EDFC; }
span { border-color: rgb(230,237,252); }
td.TdClassName
{
border-color: #E6EDFC;
}
.TagClassName
{
border-color: #E6EDFC;
}
</style>