#E6EDBF

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

Shades of Frost #E6EDBF

Tints of Frost #E6EDBF

Color information

#E6EDBF (or 0xE6EDBF) is unknown color: approx Frost. HEX triplet: E6, ED and BF. RGB value is (230,237,191). Sum of RGB (Red+Green+Blue) = 230+237+191=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDBF is #191240. Grayscale: #E5E5E5. Windows color (decimal): -1643073 or 12578278. OLE color: 12578278.

HSL color Cylindrical-coordinate representation of color #E6EDBF: hue angle of 69.13º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6EDBF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB230237191-
CMYK0.0300.190.07
HSL69.13º56.1%83.92%-
HSV(B)69.13º19.41%92.94%-
XYZ72.3281.1561.14-
YUV229.66106.18128.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 191 (75% from 255) = 29.03%
R=34.95%
G=36.02%
B=29.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302371910.0300.190.0769.1356.183.92
HexE6EDBF30137453854
Octal3463552773023710570124
Binary1110011011101101101111111101001111110001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDBF; }

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

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

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

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

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

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

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

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