#E6EBCD

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

Shades of Frost #E6EBCD

Tints of Frost #E6EBCD

Color information

#E6EBCD (or 0xE6EBCD) is unknown color: approx Frost. HEX triplet: E6, EB and CD. RGB value is (230,235,205). Sum of RGB (Red+Green+Blue) = 230+235+205=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBCD is #191432. Grayscale: #E6E6E6. Windows color (decimal): -1643571 or 13495270. OLE color: 13495270.

HSL color Cylindrical-coordinate representation of color #E6EBCD: hue angle of 70º degrees, saturation: 0.43, 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 #E6EBCD is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB230235205-
CMYK0.0200.130.08
HSL70º42.86%86.27%-
HSV(B)70º12.77%92.16%-
XYZ73.3680.6569.46-
YUV230.08113.84127.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=34.33%
G=35.07%
B=30.60%

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
Decimal2302352050.0200.130.087042.8686.27
HexE6EBCD20D8462b56
Octal34635331520151010653126
Binary1110011011101011110011011001101100010001101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBCD; }

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

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

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

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

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

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

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

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