Html Css Color HEX #EDF0F8 Solitude

📋 copy color: '#EDF0F8'

red 237 ◦ green 240 ◦ blue 248

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

Shades of Solitude #EDF0F8

Tints of Solitude #EDF0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.21%

R = 32.69%
G = 33.1%
B = 34.21%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDF0F8 (or 0xEDF0F8) is known color: Solitude. HEX triplet: ED, F0 and F8. RGB value is (237,240,248). Sum of RGB (Red+Green+Blue) = 237+240+248=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDF0F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F8 is #120F07. Grayscale: #EFEFEF. Windows color (decimal): -1183496 or 16314605. OLE color: 16314605.

HSL color Cylindrical-coordinate representation of color #EDF0F8: hue angle of 223.64º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF0F8 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 240 248 -
CMYK 0.04 0.03 0 0.03
HSL 223.64º 0.44% 0.95% -
HSV(B) 223.64º 0.04% 0.97% -
XYZ 83.03 87.1 101.24 -
YUV 240.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 237 240 248 0.04 0.03 0 0.03 223.64 0.44 0.95
Hex ED F0 F8 4 3 0 3 E0 2C 5F
Octal 355 360 370 4 3 0 3 340 54 137
Binary 11101101 11110000 11111000 100 11 0 11 11100000 101100 1011111

Color Harmonies of #EDF0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0F8

Black with #EDF0F8

Text Example


Text Example

White with #EDF0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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