Html Css Color HEX #E7F1E6 Aqua Spring

📋 copy color: '#E7F1E6'

red 231 ◦ green 241 ◦ blue 230

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

Shades of Aqua Spring #E7F1E6

Tints of Aqua Spring #E7F1E6

RGB

 RED value IS 231 (90.63% from 255) = 32.91%

 GREEN value IS 241 (94.53% from 255) = 34.33%

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

R = 32.91%
G = 34.33%
B = 32.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#E7F1E6 (or 0xE7F1E6) is known color: Aqua Spring. HEX triplet: E7, F1 and E6. RGB value is (231,241,230). Sum of RGB (Red+Green+Blue) = 231+241+230=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F1E6 is #180E19. Grayscale: #ECECEC. Windows color (decimal): -1576474 or 15135207. OLE color: 15135207.

HSL color Cylindrical-coordinate representation of color #E7F1E6: hue angle of 114.55º 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 #E7F1E6 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 241 230 -
CMYK 0.04 0 0.05 0.05
HSL 114.55º 0.28% 0.92% -
HSV(B) 114.55º 0.05% 0.95% -
XYZ 78.69 85.61 87.24 -
YUV 236.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 231 241 230 0.04 0 0.05 0.05 114.55 0.28 0.92
Hex E7 F1 E6 4 0 5 5 73 1C 5C
Octal 347 361 346 4 0 5 5 163 34 134
Binary 11100111 11110001 11100110 100 0 101 101 1110011 11100 1011100

Color Harmonies of #E7F1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7F1E6

Black with #E7F1E6

Text Example


Text Example

White with #E7F1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7F1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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