Html Css Color HEX #E2E8BA Frost

📋 copy color: '#E2E8BA'

red 226 ◦ green 232 ◦ blue 186

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

Shades of Frost #E2E8BA

Tints of Frost #E2E8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.02%

 BLUE value IS 186 (73.05% from 255) = 28.88%

R = 35.09%
G = 36.02%
B = 28.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E2E8BA (or 0xE2E8BA) is known color: Frost. HEX triplet: E2, E8 and BA. RGB value is (226,232,186). Sum of RGB (Red+Green+Blue) = 226+232+186=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E8BA is #1D1745. Grayscale: #E1E1E1. Windows color (decimal): -1906502 or 12249314. OLE color: 12249314.

HSL color Cylindrical-coordinate representation of color #E2E8BA: hue angle of 67.83º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2E8BA is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 232 186 -
CMYK 0.03 0 0.20 0.09
HSL 67.83º 0.5% 0.82% -
HSV(B) 67.83º 0.2% 0.91% -
XYZ 69.08 77.43 57.76 -
YUV 224.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 226 232 186 0.03 0 0.20 0.09 67.83 0.5 0.82
Hex E2 E8 BA 3 0 14 9 44 32 52
Octal 342 350 272 3 0 24 11 104 62 122
Binary 11100010 11101000 10111010 11 0 10100 1001 1000100 110010 1010010

Color Harmonies of #E2E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E8BA

Black with #E2E8BA

Text Example


Text Example

White with #E2E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E8BA; }

 p { color: rgb(226,232,186); }

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

background-color css

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

 a { background-color: rgb(226,232,186); }

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

border-color css

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

 span { border-color: rgb(226,232,186); }

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