Html Css Color HEX #E1E6F7 Solitude

📋 copy color: '#E1E6F7'

red 225 ◦ green 230 ◦ blue 247

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

Shades of Solitude #E1E6F7

Tints of Solitude #E1E6F7

RGB

 RED value IS 225 (88.28% from 255) = 32.05%

 GREEN value IS 230 (90.23% from 255) = 32.76%

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

R = 32.05%
G = 32.76%
B = 35.19%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E1E6F7 (or 0xE1E6F7) is known color: Solitude. HEX triplet: E1, E6 and F7. RGB value is (225,230,247). Sum of RGB (Red+Green+Blue) = 225+230+247=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1E6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6F7 is #1E1908. Grayscale: #E6E6E6. Windows color (decimal): -1972489 or 16246497. OLE color: 16246497.

HSL color Cylindrical-coordinate representation of color #E1E6F7: hue angle of 226.36º degrees, saturation: 0.58, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1E6F7 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 230 247 -
CMYK 0.09 0.07 0 0.03
HSL 226.36º 0.58% 0.93% -
HSV(B) 226.36º 0.09% 0.97% -
XYZ 76.14 79.32 99.29 -
YUV 230.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 225 230 247 0.09 0.07 0 0.03 226.36 0.58 0.93
Hex E1 E6 F7 9 7 0 3 E2 3A 5D
Octal 341 346 367 11 7 0 3 342 72 135
Binary 11100001 11100110 11110111 1001 111 0 11 11100010 111010 1011101

Color Harmonies of #E1E6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6F7

Black with #E1E6F7

Text Example


Text Example

White with #E1E6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6F7; }

 p { color: rgb(225,230,247); }

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

background-color css

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

 a { background-color: rgb(225,230,247); }

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

border-color css

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

 span { border-color: rgb(225,230,247); }

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