#E5E6BD

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

Shades of Frost #E5E6BD

Tints of Frost #E5E6BD

Color information

#E5E6BD (or 0xE5E6BD) is unknown color: approx Frost. HEX triplet: E5, E6 and BD. RGB value is (229,230,189). Sum of RGB (Red+Green+Blue) = 229+230+189=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6BD is #1A1942. Grayscale: #E1E1E1. Windows color (decimal): -1710403 or 12445413. OLE color: 12445413.

HSL color Cylindrical-coordinate representation of color #E5E6BD: hue angle of 61.46º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5E6BD is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229230189-
CMYK0.0000.180.10
HSL61.46º45.05%82.16%-
HSV(B)61.46º17.83%90.2%-
XYZ69.876.9359.31-
YUV225.03107.67130.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.34%
GREEN value IS 230 (90.23% from 255) = 35.49%
BLUE value IS 189 (74.22% from 255) = 29.17%
R=35.34%
G=35.49%
B=29.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292301890.0000.180.1061.4645.0582.16
HexE5E6BD0012A3d2d52
Octal3453462750022127555122
Binary111001011110011010111101001001010101111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E6BD; }

 p { color: rgb(229,230,189); }

 H1.HeaderClassName
 {
   color: #E5E6BD;
 }
 .AnyTagClassName
 {
   color: #E5E6BD;
 }
</style>
background-color css

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

 a { background-color: rgb(229,230,189); }

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

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

 span { border-color: rgb(229,230,189); }

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