Html Css Color HEX #EDF0F9 Solitude

📋 copy color: '#EDF0F9'

red 237 ◦ green 240 ◦ blue 249

#EDF0F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitude #EDF0F9

Tints of Solitude #EDF0F9

RGB

 RED value IS 237 (92.97% from 255) = 32.64%

 GREEN value IS 240 (94.14% from 255) = 33.06%

 BLUE value IS 249 (97.66% from 255) = 34.3%

R = 32.64%
G = 33.06%
B = 34.3%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDF0F9 (or 0xEDF0F9) is known color: Solitude. HEX triplet: ED, F0 and F9. RGB value is (237,240,249). Sum of RGB (Red+Green+Blue) = 237+240+249=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDF0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F9 is #120F06. Grayscale: #F0F0F0. Windows color (decimal): -1183495 or 16380141. OLE color: 16380141.

HSL color Cylindrical-coordinate representation of color #EDF0F9: hue angle of 225º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF0F9 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 240 249 -
CMYK 0.05 0.04 0 0.02
HSL 225º 0.5% 0.95% -
HSV(B) 225º 0.05% 0.98% -
XYZ 83.18 87.16 102.06 -
YUV 240.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 237 240 249 0.05 0.04 0 0.02 225 0.5 0.95
Hex ED F0 F9 5 4 0 2 E1 32 5F
Octal 355 360 371 5 4 0 2 341 62 137
Binary 11101101 11110000 11111001 101 100 0 10 11100001 110010 1011111

Color Harmonies of #EDF0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0F9

Black with #EDF0F9

Text Example


Text Example

White with #EDF0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0F9; }

 p { color: rgb(237,240,249); }

 H1.HeaderClassName
 {
   color: #EDF0F9;
 }
 .AnyTagClassName
 {
   color: #EDF0F9;
 }
</style>

background-color css

<style>
 a { background-color: #EDF0F9; }

 a { background-color: rgb(237,240,249); }

 div.DivClassName
 {
   background-color: #EDF0F9;
 }
 .BgClassName
 {
   background-color: #EDF0F9;
 }
</style>

border-color css

<style>
 span { border-color: #EDF0F9; }

 span { border-color: rgb(237,240,249); }

 td.TdClassName
 {
   border-color: #EDF0F9;
 }
 .TagClassName
 {
   border-color: #EDF0F9;
 }
</style>