Html Css Color HEX #EDEFF7 Solitude

📋 copy color: '#EDEFF7'

red 237 ◦ green 239 ◦ blue 247

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

Shades of Solitude #EDEFF7

Tints of Solitude #EDEFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.16%

R = 32.78%
G = 33.06%
B = 34.16%

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

#EDEFF7 (or 0xEDEFF7) is known color: Solitude. HEX triplet: ED, EF and F7. RGB value is (237,239,247). Sum of RGB (Red+Green+Blue) = 237+239+247=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF7 is #121008. Grayscale: #EFEFEF. Windows color (decimal): -1183753 or 16248813. OLE color: 16248813.

HSL color Cylindrical-coordinate representation of color #EDEFF7: hue angle of 228º degrees, saturation: 0.38, 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 #EDEFF7 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 239 247 -
CMYK 0.04 0.03 0 0.03
HSL 228º 0.38% 0.95% -
HSV(B) 228º 0.04% 0.97% -
XYZ 82.58 86.45 100.33 -
YUV 239.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 237 239 247 0.04 0.03 0 0.03 228 0.38 0.95
Hex ED EF F7 4 3 0 3 E4 26 5F
Octal 355 357 367 4 3 0 3 344 46 137
Binary 11101101 11101111 11110111 100 11 0 11 11100100 100110 1011111

Color Harmonies of #EDEFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFF7

Black with #EDEFF7

Text Example


Text Example

White with #EDEFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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