Shades of Solitude #EDF2FC
Tints of Solitude #EDF2FC
RGB
CMYK
RGB Variations
Color information
#EDF2FC (or 0xEDF2FC) is known color: Solitude. HEX triplet: ED, F2 and FC. RGB value is (237,242,252). Sum of RGB (Red+Green+Blue) = 237+242+252=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FC is #120D03. Grayscale: #F1F1F1. Windows color (decimal): -1182980 or 16577261. OLE color: 16577261.
HSL color Cylindrical-coordinate representation of color #EDF2FC: hue angle of 220º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF2FC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 242 | 252 | - |
CMYK | 0.06 | 0.04 | 0 | 0.01 |
HSL | 220º | 0.71% | 0.96% | - |
HSV(B) | 220º | 0.06% | 0.99% | - |
XYZ | 84.25 | 88.54 | 104.74 | - |
YUV | 241.65 | 133.84 | 124.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 242 | 252 | 0.06 | 0.04 | 0 | 0.01 | 220 | 0.71 | 0.96 |
Hex | ED | F2 | FC | 6 | 4 | 0 | 1 | DC | 47 | 60 |
Octal | 355 | 362 | 374 | 6 | 4 | 0 | 1 | 334 | 107 | 140 |
Binary | 11101101 | 11110010 | 11111100 | 110 | 100 | 0 | 1 | 11011100 | 1000111 | 1100000 |
Color Harmonies of #EDF2FC
Complementary color
Monochromatic Colors of #EDF2FC
Black with #EDF2FC
Text Example
Text Example
White with #EDF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2FC; }
p { color: rgb(237,242,252); }
H1.HeaderClassName
{
color: #EDF2FC;
}
.AnyTagClassName
{
color: #EDF2FC;
}
</style>
background-color css
<style>
a { background-color: #EDF2FC; }
a { background-color: rgb(237,242,252); }
div.DivClassName
{
background-color: #EDF2FC;
}
.BgClassName
{
background-color: #EDF2FC;
}
</style>
border-color css
<style>
span { border-color: #EDF2FC; }
span { border-color: rgb(237,242,252); }
td.TdClassName
{
border-color: #EDF2FC;
}
.TagClassName
{
border-color: #EDF2FC;
}
</style>