Html Css Color HEX #E6F2F1 Tranquil

📋 copy color: '#E6F2F1'

red 230 ◦ green 242 ◦ blue 241

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

Shades of Tranquil #E6F2F1

Tints of Tranquil #E6F2F1

RGB

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

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

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

R = 32.26%
G = 33.94%
B = 33.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#E6F2F1 (or 0xE6F2F1) is known color: Tranquil. HEX triplet: E6, F2 and F1. RGB value is (230,242,241). Sum of RGB (Red+Green+Blue) = 230+242+241=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2F1 is #190D0E. Grayscale: #EEEEEE. Windows color (decimal): -1641743 or 15856358. OLE color: 15856358.

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

Color convert

RGB 230 242 241 -
CMYK 0.05 0 0.00 0.05
HSL 175º 0.32% 0.93% -
HSV(B) 175º 0.05% 0.95% -
XYZ 80.26 86.68 95.72 -
YUV 238.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 230 242 241 0.05 0 0.00 0.05 175 0.32 0.93
Hex E6 F2 F1 5 0 0 5 AF 20 5D
Octal 346 362 361 5 0 0 5 257 40 135
Binary 11100110 11110010 11110001 101 0 0 101 10101111 100000 1011101

Color Harmonies of #E6F2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F2F1

Black with #E6F2F1

Text Example


Text Example

White with #E6F2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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