Shades of Solitude #EBF2FF
Tints of Solitude #EBF2FF
RGB
CMYK
RGB Variations
Color information
#EBF2FF (or 0xEBF2FF) is known color: Solitude. HEX triplet: EB, F2 and FF. RGB value is (235,242,255). Sum of RGB (Red+Green+Blue) = 235+242+255=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2FF is #140D00. Grayscale: #F1F1F1. Windows color (decimal): -1314049 or 16773867. OLE color: 16773867.
HSL color Cylindrical-coordinate representation of color #EBF2FF: hue angle of 219º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF2FF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 235 | 242 | 255 | - |
CMYK | 0.08 | 0.05 | 0 | 0 |
HSL | 219º | 1% | 0.96% | - |
HSV(B) | 219º | 0.08% | 1% | - |
XYZ | 84.06 | 88.39 | 107.24 | - |
YUV | 241.39 | 135.68 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 242 | 255 | 0.08 | 0.05 | 0 | 0 | 219 | 1 | 0.96 |
Hex | EB | F2 | FF | 8 | 5 | 0 | 0 | DB | 64 | 60 |
Octal | 353 | 362 | 377 | 10 | 5 | 0 | 0 | 333 | 144 | 140 |
Binary | 11101011 | 11110010 | 11111111 | 1000 | 101 | 0 | 0 | 11011011 | 1100100 | 1100000 |
Color Harmonies of #EBF2FF
Complementary color
Monochromatic Colors of #EBF2FF
Black with #EBF2FF
Text Example
Text Example
White with #EBF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2FF; }
p { color: rgb(235,242,255); }
H1.HeaderClassName
{
color: #EBF2FF;
}
.AnyTagClassName
{
color: #EBF2FF;
}
</style>
background-color css
<style>
a { background-color: #EBF2FF; }
a { background-color: rgb(235,242,255); }
div.DivClassName
{
background-color: #EBF2FF;
}
.BgClassName
{
background-color: #EBF2FF;
}
</style>
border-color css
<style>
span { border-color: #EBF2FF; }
span { border-color: rgb(235,242,255); }
td.TdClassName
{
border-color: #EBF2FF;
}
.TagClassName
{
border-color: #EBF2FF;
}
</style>