Html Css Color HEX #EDF0FA Solitude

📋 copy color: '#EDF0FA'

red 237 ◦ green 240 ◦ blue 250

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

Shades of Solitude #EDF0FA

Tints of Solitude #EDF0FA

RGB

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

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

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

R = 32.6%
G = 33.01%
B = 34.39%

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

#EDF0FA (or 0xEDF0FA) is known color: Solitude. HEX triplet: ED, F0 and FA. RGB value is (237,240,250). Sum of RGB (Red+Green+Blue) = 237+240+250=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FA is #120F05. Grayscale: #F0F0F0. Windows color (decimal): -1183494 or 16445677. OLE color: 16445677.

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

Color convert

RGB 237 240 250 -
CMYK 0.05 0.04 0 0.02
HSL 226.15º 0.57% 0.95% -
HSV(B) 226.15º 0.05% 0.98% -
XYZ 83.34 87.23 102.89 -
YUV 240.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 237 240 250 0.05 0.04 0 0.02 226.15 0.57 0.95
Hex ED F0 FA 5 4 0 2 E2 39 5F
Octal 355 360 372 5 4 0 2 342 71 137
Binary 11101101 11110000 11111010 101 100 0 10 11100010 111001 1011111

Color Harmonies of #EDF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0FA

Black with #EDF0FA

Text Example


Text Example

White with #EDF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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