Html Css Color HEX #E2EDBD Frost

📋 copy color: '#E2EDBD'

red 226 ◦ green 237 ◦ blue 189

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

Shades of Frost #E2EDBD

Tints of Frost #E2EDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.99%

R = 34.66%
G = 36.35%
B = 28.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#E2EDBD (or 0xE2EDBD) is known color: Frost. HEX triplet: E2, ED and BD. RGB value is (226,237,189). Sum of RGB (Red+Green+Blue) = 226+237+189=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDBD is #1D1242. Grayscale: #E4E4E4. Windows color (decimal): -1905219 or 12447202. OLE color: 12447202.

HSL color Cylindrical-coordinate representation of color #E2EDBD: hue angle of 73.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2EDBD is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 189 -
CMYK 0.05 0 0.20 0.07
HSL 73.75º 0.57% 0.84% -
HSV(B) 73.75º 0.2% 0.93% -
XYZ 70.83 80.41 59.93 -
YUV 228.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 226 237 189 0.05 0 0.20 0.07 73.75 0.57 0.84
Hex E2 ED BD 5 0 14 7 4A 39 54
Octal 342 355 275 5 0 24 7 112 71 124
Binary 11100010 11101101 10111101 101 0 10100 111 1001010 111001 1010100

Color Harmonies of #E2EDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EDBD

Black with #E2EDBD

Text Example


Text Example

White with #E2EDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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