Html Css Color HEX #E9EDF2 Solitude

📋 copy color: '#E9EDF2'

red 233 ◦ green 237 ◦ blue 242

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

Shades of Solitude #E9EDF2

Tints of Solitude #E9EDF2

RGB

 RED value IS 233 (91.41% from 255) = 32.72%

 GREEN value IS 237 (92.97% from 255) = 33.29%

 BLUE value IS 242 (94.92% from 255) = 33.99%

R = 32.72%
G = 33.29%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9EDF2 (or 0xE9EDF2) is known color: Solitude. HEX triplet: E9, ED and F2. RGB value is (233,237,242). Sum of RGB (Red+Green+Blue) = 233+237+242=712 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.72% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDF2 is #16120D. Grayscale: #ECECEC. Windows color (decimal): -1446414 or 15920617. OLE color: 15920617.

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

Color convert

RGB 233 237 242 -
CMYK 0.04 0.02 0 0.05
HSL 213.33º 0.26% 0.93% -
HSV(B) 213.33º 0.04% 0.95% -
XYZ 79.92 84.3 96.06 -
YUV 236.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 233 237 242 0.04 0.02 0 0.05 213.33 0.26 0.93
Hex E9 ED F2 4 2 0 5 D5 1A 5D
Octal 351 355 362 4 2 0 5 325 32 135
Binary 11101001 11101101 11110010 100 10 0 101 11010101 11010 1011101

Color Harmonies of #E9EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9EDF2

Black with #E9EDF2

Text Example


Text Example

White with #E9EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9EDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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