Html Css Color HEX #EDF1FA Solitude

📋 copy color: '#EDF1FA'

red 237 ◦ green 241 ◦ blue 250

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

Shades of Solitude #EDF1FA

Tints of Solitude #EDF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.1%

 BLUE value IS 250 (98.05% from 255) = 34.34%

R = 32.55%
G = 33.1%
B = 34.34%

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

#EDF1FA (or 0xEDF1FA) is known color: Solitude. HEX triplet: ED, F1 and FA. RGB value is (237,241,250). Sum of RGB (Red+Green+Blue) = 237+241+250=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1FA is #120E05. Grayscale: #F0F0F0. Windows color (decimal): -1183238 or 16445933. OLE color: 16445933.

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

Color convert

RGB 237 241 250 -
CMYK 0.05 0.04 0 0.02
HSL 221.54º 0.57% 0.95% -
HSV(B) 221.54º 0.05% 0.98% -
XYZ 83.64 87.82 102.98 -
YUV 240.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 237 241 250 0.05 0.04 0 0.02 221.54 0.57 0.95
Hex ED F1 FA 5 4 0 2 DE 39 5F
Octal 355 361 372 5 4 0 2 336 71 137
Binary 11101101 11110001 11111010 101 100 0 10 11011110 111001 1011111

Color Harmonies of #EDF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1FA

Black with #EDF1FA

Text Example


Text Example

White with #EDF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1FA; }

 p { color: rgb(237,241,250); }

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

background-color css

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

 a { background-color: rgb(237,241,250); }

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

border-color css

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

 span { border-color: rgb(237,241,250); }

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