#E6EBF1

Color #E6EBF1 Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #E6EBF1

Tints of Solitude #E6EBF1

Color information

#E6EBF1 (or 0xE6EBF1) is unknown color: approx Solitude. HEX triplet: E6, EB and F1. RGB value is (230,235,241). Sum of RGB (Red+Green+Blue) = 230+235+241=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6EBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBF1 is #19140E. Grayscale: #EAEAEA. Windows color (decimal): -1643535 or 15854566. OLE color: 15854566.

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

Color convert

RGB230235241-
CMYK0.050.0200.05
HSL212.73º28.21%92.35%-
HSV(B)212.73º4.56%94.51%-
XYZ78.2282.5995.04-
YUV234.19131.84125.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.58%
GREEN value IS 235 (92.19% from 255) = 33.29%
BLUE value IS 241 (94.53% from 255) = 34.14%
R=32.58%
G=33.29%
B=34.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302352410.050.0200.05212.7328.2192.35
HexE6EBF15205d51c5c
Octal346353361520532534134
Binary11100110111010111111000110110010111010101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBF1; }

 p { color: rgb(230,235,241); }

 H1.HeaderClassName
 {
   color: #E6EBF1;
 }
 .AnyTagClassName
 {
   color: #E6EBF1;
 }
</style>
background-color css

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

 a { background-color: rgb(230,235,241); }

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

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

 span { border-color: rgb(230,235,241); }

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