Html Css Color HEX #E2EDBA Frost

📋 copy color: '#E2EDBA'

red 226 ◦ green 237 ◦ blue 186

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

Shades of Frost #E2EDBA

Tints of Frost #E2EDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.52%

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

R = 34.82%
G = 36.52%
B = 28.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#E2EDBA (or 0xE2EDBA) is known color: Frost. HEX triplet: E2, ED and BA. RGB value is (226,237,186). Sum of RGB (Red+Green+Blue) = 226+237+186=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDBA is #1D1245. Grayscale: #E4E4E4. Windows color (decimal): -1905222 or 12250594. OLE color: 12250594.

HSL color Cylindrical-coordinate representation of color #E2EDBA: hue angle of 72.94º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2EDBA is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 186 -
CMYK 0.05 0 0.22 0.07
HSL 72.94º 0.59% 0.83% -
HSV(B) 72.94º 0.22% 0.93% -
XYZ 70.51 80.28 58.23 -
YUV 227.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 226 237 186 0.05 0 0.22 0.07 72.94 0.59 0.83
Hex E2 ED BA 5 0 16 7 49 3B 53
Octal 342 355 272 5 0 26 7 111 73 123
Binary 11100010 11101101 10111010 101 0 10110 111 1001001 111011 1010011

Color Harmonies of #E2EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EDBA

Black with #E2EDBA

Text Example


Text Example

White with #E2EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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