#E6EDBD

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

Shades of Frost #E6EDBD

Tints of Frost #E6EDBD

Color information

#E6EDBD (or 0xE6EDBD) is unknown color: approx Frost. HEX triplet: E6, ED and BD. RGB value is (230,237,189). Sum of RGB (Red+Green+Blue) = 230+237+189=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDBD is #191242. Grayscale: #E5E5E5. Windows color (decimal): -1643075 or 12447206. OLE color: 12447206.

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

Color convert

RGB230237189-
CMYK0.0300.200.07
HSL68.75º57.14%83.53%-
HSV(B)68.75º20.25%92.94%-
XYZ72.181.0759.99-
YUV229.44105.18128.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=35.06%
G=36.13%
B=28.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302371890.0300.200.0768.7557.1483.53
HexE6EDBD30147453954
Octal3463552753024710571124
Binary1110011011101101101111011101010011110001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDBD; }

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

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

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

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

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

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

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

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