Html Css Color HEX #EDF2F9 Solitude

📋 copy color: '#EDF2F9'

red 237 ◦ green 242 ◦ blue 249

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

Shades of Solitude #EDF2F9

Tints of Solitude #EDF2F9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.24%

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

R = 32.55%
G = 33.24%
B = 34.2%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF2F9 (or 0xEDF2F9) is known color: Solitude. HEX triplet: ED, F2 and F9. RGB value is (237,242,249). Sum of RGB (Red+Green+Blue) = 237+242+249=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDF2F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2F9 is #120D06. Grayscale: #F1F1F1. Windows color (decimal): -1182983 or 16380653. OLE color: 16380653.

HSL color Cylindrical-coordinate representation of color #EDF2F9: hue angle of 215º 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 #EDF2F9 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 242 249 -
CMYK 0.05 0.03 0 0.02
HSL 215º 0.5% 0.95% -
HSV(B) 215º 0.05% 0.98% -
XYZ 83.78 88.35 102.26 -
YUV 241.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 237 242 249 0.05 0.03 0 0.02 215 0.5 0.95
Hex ED F2 F9 5 3 0 2 D7 32 5F
Octal 355 362 371 5 3 0 2 327 62 137
Binary 11101101 11110010 11111001 101 11 0 10 11010111 110010 1011111

Color Harmonies of #EDF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2F9

Black with #EDF2F9

Text Example


Text Example

White with #EDF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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