#E6EBCB

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

Shades of Frost #E6EBCB

Tints of Frost #E6EBCB

Color information

#E6EBCB (or 0xE6EBCB) is unknown color: approx Frost. HEX triplet: E6, EB and CB. RGB value is (230,235,203). Sum of RGB (Red+Green+Blue) = 230+235+203=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBCB is #191434. Grayscale: #E5E5E5. Windows color (decimal): -1643573 or 13364198. OLE color: 13364198.

HSL color Cylindrical-coordinate representation of color #E6EBCB: hue angle of 69.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6EBCB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB230235203-
CMYK0.0200.140.08
HSL69.38º44.44%85.88%-
HSV(B)69.38º13.62%92.16%-
XYZ73.1280.5568.19-
YUV229.86112.84128.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.43%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=34.43%
G=35.18%
B=30.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302352030.0200.140.0869.3844.4485.88
HexE6EBCB20E8452c56
Octal34635331320161010554126
Binary1110011011101011110010111001110100010001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBCB; }

 p { color: rgb(230,235,203); }

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

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

 a { background-color: rgb(230,235,203); }

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

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

 span { border-color: rgb(230,235,203); }

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