Shades of Solitude #EBF2FD
Tints of Solitude #EBF2FD
RGB
CMYK
RGB Variations
Color information
#EBF2FD (or 0xEBF2FD) is known color: Solitude. HEX triplet: EB, F2 and FD. RGB value is (235,242,253). Sum of RGB (Red+Green+Blue) = 235+242+253=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2FD is #140D02. Grayscale: #F1F1F1. Windows color (decimal): -1314051 or 16642795. OLE color: 16642795.
HSL color Cylindrical-coordinate representation of color #EBF2FD: hue angle of 216.67º degrees, saturation: 0.82, 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 #EBF2FD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 242 | 253 | - |
CMYK | 0.07 | 0.04 | 0 | 0.01 |
HSL | 216.67º | 0.82% | 0.96% | - |
HSV(B) | 216.67º | 0.07% | 0.99% | - |
XYZ | 83.74 | 88.26 | 105.55 | - |
YUV | 241.16 | 134.68 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 242 | 253 | 0.07 | 0.04 | 0 | 0.01 | 216.67 | 0.82 | 0.96 |
Hex | EB | F2 | FD | 7 | 4 | 0 | 1 | D9 | 52 | 60 |
Octal | 353 | 362 | 375 | 7 | 4 | 0 | 1 | 331 | 122 | 140 |
Binary | 11101011 | 11110010 | 11111101 | 111 | 100 | 0 | 1 | 11011001 | 1010010 | 1100000 |
Color Harmonies of #EBF2FD
Complementary color
Monochromatic Colors of #EBF2FD
Black with #EBF2FD
Text Example
Text Example
White with #EBF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2FD; }
p { color: rgb(235,242,253); }
H1.HeaderClassName
{
color: #EBF2FD;
}
.AnyTagClassName
{
color: #EBF2FD;
}
</style>
background-color css
<style>
a { background-color: #EBF2FD; }
a { background-color: rgb(235,242,253); }
div.DivClassName
{
background-color: #EBF2FD;
}
.BgClassName
{
background-color: #EBF2FD;
}
</style>
border-color css
<style>
span { border-color: #EBF2FD; }
span { border-color: rgb(235,242,253); }
td.TdClassName
{
border-color: #EBF2FD;
}
.TagClassName
{
border-color: #EBF2FD;
}
</style>