Html Css Color HEX #E1EDBD Frost

📋 copy color: '#E1EDBD'

red 225 ◦ green 237 ◦ blue 189

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

Shades of Frost #E1EDBD

Tints of Frost #E1EDBD

RGB

 RED value IS 225 (88.28% from 255) = 34.56%

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

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

R = 34.56%
G = 36.41%
B = 29.03%

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

#E1EDBD (or 0xE1EDBD) is known color: Frost. HEX triplet: E1, ED and BD. RGB value is (225,237,189). Sum of RGB (Red+Green+Blue) = 225+237+189=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDBD is #1E1242. Grayscale: #E4E4E4. Windows color (decimal): -1970755 or 12447201. OLE color: 12447201.

HSL color Cylindrical-coordinate representation of color #E1EDBD: hue angle of 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 #E1EDBD is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 237 189 -
CMYK 0.05 0 0.20 0.07
HSL 75º 0.57% 0.84% -
HSV(B) 75º 0.2% 0.93% -
XYZ 70.52 80.25 59.92 -
YUV 227.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 225 237 189 0.05 0 0.20 0.07 75 0.57 0.84
Hex E1 ED BD 5 0 14 7 4B 39 54
Octal 341 355 275 5 0 24 7 113 71 124
Binary 11100001 11101101 10111101 101 0 10100 111 1001011 111001 1010100

Color Harmonies of #E1EDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EDBD

Black with #E1EDBD

Text Example


Text Example

White with #E1EDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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