#E6E7CF

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

Shades of Frost #E6E7CF

Tints of Frost #E6E7CF

Color information

#E6E7CF (or 0xE6E7CF) is unknown color: approx Frost. HEX triplet: E6, E7 and CF. RGB value is (230,231,207). Sum of RGB (Red+Green+Blue) = 230+231+207=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E7CF is #191830. Grayscale: #E4E4E4. Windows color (decimal): -1644593 or 13625318. OLE color: 13625318.

HSL color Cylindrical-coordinate representation of color #E6E7CF: hue angle of 62.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E7CF is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB230231207-
CMYK0.0000.100.09
HSL62.5º33.33%85.88%-
HSV(B)62.5º10.39%90.59%-
XYZ72.4778.4870.36-
YUV227.96116.17129.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.43%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=34.43%
G=34.58%
B=30.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2302312070.0000.100.0962.533.3385.88
HexE6E7CF00A93e2156
Octal3463473170012117641126
Binary11100110111001111100111100101010011111101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E7CF; }

 p { color: rgb(230,231,207); }

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

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

 a { background-color: rgb(230,231,207); }

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

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

 span { border-color: rgb(230,231,207); }

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