#E6EBCC

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

Shades of Frost #E6EBCC

Tints of Frost #E6EBCC

Color information

#E6EBCC (or 0xE6EBCC) is unknown color: approx Frost. HEX triplet: E6, EB and CC. RGB value is (230,235,204). Sum of RGB (Red+Green+Blue) = 230+235+204=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBCC is #191433. Grayscale: #E6E6E6. Windows color (decimal): -1643572 or 13429734. OLE color: 13429734.

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

Color convert

RGB230235204-
CMYK0.0200.130.08
HSL69.68º43.66%86.08%-
HSV(B)69.68º13.19%92.16%-
XYZ73.2480.668.82-
YUV229.97113.34128.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=34.38%
G=35.13%
B=30.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302352040.0200.130.0869.6843.6686.08
HexE6EBCC20D8462c56
Octal34635331420151010654126
Binary1110011011101011110011001001101100010001101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBCC; }

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

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

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

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

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

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

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

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