Html Css Color HEX #E2F2F1 Tranquil

📋 copy color: '#E2F2F1'

red 226 ◦ green 242 ◦ blue 241

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

Shades of Tranquil #E2F2F1

Tints of Tranquil #E2F2F1

RGB

 RED value IS 226 (88.67% from 255) = 31.88%

 GREEN value IS 242 (94.92% from 255) = 34.13%

 BLUE value IS 241 (94.53% from 255) = 33.99%

R = 31.88%
G = 34.13%
B = 33.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#E2F2F1 (or 0xE2F2F1) is known color: Tranquil. HEX triplet: E2, F2 and F1. RGB value is (226,242,241). Sum of RGB (Red+Green+Blue) = 226+242+241=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2F1 is #1D0D0E. Grayscale: #EDEDED. Windows color (decimal): -1903887 or 15856354. OLE color: 15856354.

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

Color convert

RGB 226 242 241 -
CMYK 0.07 0 0.00 0.05
HSL 176.25º 0.38% 0.92% -
HSV(B) 176.25º 0.07% 0.95% -
XYZ 78.99 86.02 95.66 -
YUV 237.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 226 242 241 0.07 0 0.00 0.05 176.25 0.38 0.92
Hex E2 F2 F1 7 0 0 5 B0 26 5C
Octal 342 362 361 7 0 0 5 260 46 134
Binary 11100010 11110010 11110001 111 0 0 101 10110000 100110 1011100

Color Harmonies of #E2F2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F2F1

Black with #E2F2F1

Text Example


Text Example

White with #E2F2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F2F1; }

 p { color: rgb(226,242,241); }

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

background-color css

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

 a { background-color: rgb(226,242,241); }

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

border-color css

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

 span { border-color: rgb(226,242,241); }

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