Shades of Solitude #EDF2FF
Tints of Solitude #EDF2FF
RGB
CMYK
RGB Variations
Color information
#EDF2FF (or 0xEDF2FF) is known color: Solitude. HEX triplet: ED, F2 and FF. RGB value is (237,242,255). Sum of RGB (Red+Green+Blue) = 237+242+255=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FF is #120D00. Grayscale: #F1F1F1. Windows color (decimal): -1182977 or 16773869. OLE color: 16773869.
HSL color Cylindrical-coordinate representation of color #EDF2FF: hue angle of 223.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF2FF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 242 | 255 | - |
CMYK | 0.07 | 0.05 | 0 | 0 |
HSL | 223.33º | 1% | 0.96% | - |
HSV(B) | 223.33º | 0.07% | 1% | - |
XYZ | 84.73 | 88.73 | 107.27 | - |
YUV | 241.99 | 135.34 | 124.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 242 | 255 | 0.07 | 0.05 | 0 | 0 | 223.33 | 1 | 0.96 |
Hex | ED | F2 | FF | 7 | 5 | 0 | 0 | DF | 64 | 60 |
Octal | 355 | 362 | 377 | 7 | 5 | 0 | 0 | 337 | 144 | 140 |
Binary | 11101101 | 11110010 | 11111111 | 111 | 101 | 0 | 0 | 11011111 | 1100100 | 1100000 |
Color Harmonies of #EDF2FF
Complementary color
Monochromatic Colors of #EDF2FF
Black with #EDF2FF
Text Example
Text Example
White with #EDF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2FF; }
p { color: rgb(237,242,255); }
H1.HeaderClassName
{
color: #EDF2FF;
}
.AnyTagClassName
{
color: #EDF2FF;
}
</style>
background-color css
<style>
a { background-color: #EDF2FF; }
a { background-color: rgb(237,242,255); }
div.DivClassName
{
background-color: #EDF2FF;
}
.BgClassName
{
background-color: #EDF2FF;
}
</style>
border-color css
<style>
span { border-color: #EDF2FF; }
span { border-color: rgb(237,242,255); }
td.TdClassName
{
border-color: #EDF2FF;
}
.TagClassName
{
border-color: #EDF2FF;
}
</style>