Html Css Color HEX #E6EDF6 Solitude

📋 copy color: '#E6EDF6'

red 230 ◦ green 237 ◦ blue 246

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

Shades of Solitude #E6EDF6

Tints of Solitude #E6EDF6

RGB

 RED value IS 230 (90.23% from 255) = 32.26%

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

 BLUE value IS 246 (96.48% from 255) = 34.5%

R = 32.26%
G = 33.24%
B = 34.5%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E6EDF6 (or 0xE6EDF6) is known color: Solitude. HEX triplet: E6, ED and F6. RGB value is (230,237,246). Sum of RGB (Red+Green+Blue) = 230+237+246=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6EDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF6 is #191209. Grayscale: #EBEBEB. Windows color (decimal): -1643018 or 16182758. OLE color: 16182758.

HSL color Cylindrical-coordinate representation of color #E6EDF6: hue angle of 213.75º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6EDF6 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 237 246 -
CMYK 0.07 0.04 0 0.04
HSL 213.75º 0.47% 0.93% -
HSV(B) 213.75º 0.07% 0.96% -
XYZ 79.55 84.05 99.22 -
YUV 235.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 230 237 246 0.07 0.04 0 0.04 213.75 0.47 0.93
Hex E6 ED F6 7 4 0 4 D6 2F 5D
Octal 346 355 366 7 4 0 4 326 57 135
Binary 11100110 11101101 11110110 111 100 0 100 11010110 101111 1011101

Color Harmonies of #E6EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDF6

Black with #E6EDF6

Text Example


Text Example

White with #E6EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDF6; }

 p { color: rgb(230,237,246); }

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

background-color css

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

 a { background-color: rgb(230,237,246); }

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

border-color css

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

 span { border-color: rgb(230,237,246); }

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