#E1EDBD

Color #E1EDBD Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frost #E1EDBD

Tints of Frost #E1EDBD

Color information

#E1EDBD (or 0xE1EDBD) is unknown color: approx 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

RGB225237189-
CMYK0.0500.200.07
HSL75º57.14%83.53%-
HSV(B)75º20.25%92.94%-
XYZ70.5280.2559.92-
YUV227.94106.02125.9-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252371890.0500.200.077557.1483.53
HexE1EDBD501474b3954
Octal3413552755024711371124
Binary11100001111011011011110110101010011110010111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>