Html Css Color HEX #EDEFF2 Solitude

📋 copy color: '#EDEFF2'

red 237 ◦ green 239 ◦ blue 242

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

Shades of Solitude #EDEFF2

Tints of Solitude #EDEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.29%

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

R = 33.01%
G = 33.29%
B = 33.7%

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

#EDEFF2 (or 0xEDEFF2) is known color: Solitude. HEX triplet: ED, EF and F2. RGB value is (237,239,242). Sum of RGB (Red+Green+Blue) = 237+239+242=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF2 is #12100D. Grayscale: #EEEEEE. Windows color (decimal): -1183758 or 15921133. OLE color: 15921133.

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

Color convert

RGB 237 239 242 -
CMYK 0.02 0.01 0 0.05
HSL 216º 0.16% 0.94% -
HSV(B) 216º 0.02% 0.95% -
XYZ 81.82 86.15 96.32 -
YUV 238.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 237 239 242 0.02 0.01 0 0.05 216 0.16 0.94
Hex ED EF F2 2 1 0 5 D8 10 5E
Octal 355 357 362 2 1 0 5 330 20 136
Binary 11101101 11101111 11110010 10 1 0 101 11011000 10000 1011110

Color Harmonies of #EDEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFF2

Black with #EDEFF2

Text Example


Text Example

White with #EDEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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