Shades of Solitude #E6EBFD
Tints of Solitude #E6EBFD
RGB
CMYK
RGB Variations
Color information
#E6EBFD (or 0xE6EBFD) is known color: Solitude. HEX triplet: E6, EB and FD. RGB value is (230,235,253). Sum of RGB (Red+Green+Blue) = 230+235+253=718 (95% of max value = 765). Red value is 230 (90.23% from 255 or 32.03% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6EBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBFD is #191402. Grayscale: #EBEBEB. Windows color (decimal): -1643523 or 16640998. OLE color: 16640998.
HSL color Cylindrical-coordinate representation of color #E6EBFD: hue angle of 226.96º 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 #E6EBFD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 235 | 253 | - |
CMYK | 0.09 | 0.07 | 0 | 0.01 |
HSL | 226.96º | 0.85% | 0.95% | - |
HSV(B) | 226.96º | 0.09% | 0.99% | - |
XYZ | 80.07 | 83.33 | 104.79 | - |
YUV | 235.56 | 137.84 | 124.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 235 | 253 | 0.09 | 0.07 | 0 | 0.01 | 226.96 | 0.85 | 0.95 |
Hex | E6 | EB | FD | 9 | 7 | 0 | 1 | E3 | 55 | 5F |
Octal | 346 | 353 | 375 | 11 | 7 | 0 | 1 | 343 | 125 | 137 |
Binary | 11100110 | 11101011 | 11111101 | 1001 | 111 | 0 | 1 | 11100011 | 1010101 | 1011111 |
Color Harmonies of #E6EBFD
Complementary color
Monochromatic Colors of #E6EBFD
Black with #E6EBFD
Text Example
Text Example
White with #E6EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBFD; }
p { color: rgb(230,235,253); }
H1.HeaderClassName
{
color: #E6EBFD;
}
.AnyTagClassName
{
color: #E6EBFD;
}
</style>
background-color css
<style>
a { background-color: #E6EBFD; }
a { background-color: rgb(230,235,253); }
div.DivClassName
{
background-color: #E6EBFD;
}
.BgClassName
{
background-color: #E6EBFD;
}
</style>
border-color css
<style>
span { border-color: #E6EBFD; }
span { border-color: rgb(230,235,253); }
td.TdClassName
{
border-color: #E6EBFD;
}
.TagClassName
{
border-color: #E6EBFD;
}
</style>