Html Css Color HEX #EDEEF1 Solitude

📋 copy color: '#EDEEF1'

red 237 ◦ green 238 ◦ blue 241

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

Shades of Solitude #EDEEF1

Tints of Solitude #EDEEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.24%

 BLUE value IS 241 (94.53% from 255) = 33.66%

R = 33.1%
G = 33.24%
B = 33.66%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDEEF1 (or 0xEDEEF1) is known color: Solitude. HEX triplet: ED, EE and F1. RGB value is (237,238,241). Sum of RGB (Red+Green+Blue) = 237+238+241=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF1 is #12110E. Grayscale: #EEEEEE. Windows color (decimal): -1184015 or 15855341. OLE color: 15855341.

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

Color convert

RGB 237 238 241 -
CMYK 0.02 0.01 0 0.05
HSL 225º 0.13% 0.94% -
HSV(B) 225º 0.02% 0.95% -
XYZ 81.38 85.5 95.43 -
YUV 238.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 237 238 241 0.02 0.01 0 0.05 225 0.13 0.94
Hex ED EE F1 2 1 0 5 E1 C 5E
Octal 355 356 361 2 1 0 5 341 14 136
Binary 11101101 11101110 11110001 10 1 0 101 11100001 1100 1011110

Color Harmonies of #EDEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEF1

Black with #EDEEF1

Text Example


Text Example

White with #EDEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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