Shades of Solitude #E9F1FD
Tints of Solitude #E9F1FD
RGB
CMYK
RGB Variations
Color information
#E9F1FD (or 0xE9F1FD) is known color: Solitude. HEX triplet: E9, F1 and FD. RGB value is (233,241,253). Sum of RGB (Red+Green+Blue) = 233+241+253=727 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.05% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9F1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F1FD is #160E02. Grayscale: #EFEFEF. Windows color (decimal): -1445379 or 16642537. OLE color: 16642537.
HSL color Cylindrical-coordinate representation of color #E9F1FD: hue angle of 216º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9F1FD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 241 | 253 | - |
CMYK | 0.08 | 0.05 | 0 | 0.01 |
HSL | 216º | 0.83% | 0.95% | - |
HSV(B) | 216º | 0.08% | 0.99% | - |
XYZ | 82.79 | 87.33 | 105.42 | - |
YUV | 239.98 | 135.35 | 123.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 241 | 253 | 0.08 | 0.05 | 0 | 0.01 | 216 | 0.83 | 0.95 |
Hex | E9 | F1 | FD | 8 | 5 | 0 | 1 | D8 | 53 | 5F |
Octal | 351 | 361 | 375 | 10 | 5 | 0 | 1 | 330 | 123 | 137 |
Binary | 11101001 | 11110001 | 11111101 | 1000 | 101 | 0 | 1 | 11011000 | 1010011 | 1011111 |
Color Harmonies of #E9F1FD
Complementary color
Monochromatic Colors of #E9F1FD
Black with #E9F1FD
Text Example
Text Example
White with #E9F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1FD; }
p { color: rgb(233,241,253); }
H1.HeaderClassName
{
color: #E9F1FD;
}
.AnyTagClassName
{
color: #E9F1FD;
}
</style>
background-color css
<style>
a { background-color: #E9F1FD; }
a { background-color: rgb(233,241,253); }
div.DivClassName
{
background-color: #E9F1FD;
}
.BgClassName
{
background-color: #E9F1FD;
}
</style>
border-color css
<style>
span { border-color: #E9F1FD; }
span { border-color: rgb(233,241,253); }
td.TdClassName
{
border-color: #E9F1FD;
}
.TagClassName
{
border-color: #E9F1FD;
}
</style>