#E6EEBF

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

Shades of Frost #E6EEBF

Tints of Frost #E6EEBF

Color information

#E6EEBF (or 0xE6EEBF) is unknown color: approx Frost. HEX triplet: E6, EE and BF. RGB value is (230,238,191). Sum of RGB (Red+Green+Blue) = 230+238+191=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #E6EEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EEBF is #191140. Grayscale: #E6E6E6. Windows color (decimal): -1642817 or 12578534. OLE color: 12578534.

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

Color convert

RGB230238191-
CMYK0.0300.200.07
HSL70.21º58.02%84.12%-
HSV(B)70.21º19.75%93.33%-
XYZ72.6181.7361.24-
YUV230.25105.85127.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 191 (75% from 255) = 28.98%
R=34.90%
G=36.12%
B=28.98%

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
Decimal2302381910.0300.200.0770.2158.0284.12
HexE6EEBF30147463a54
Octal3463562773024710672124
Binary1110011011101110101111111101010011110001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EEBF; }

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

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

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

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

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

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

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

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