#E6EBCA

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

Shades of Frost #E6EBCA

Tints of Frost #E6EBCA

Color information

#E6EBCA (or 0xE6EBCA) is unknown color: approx Frost. HEX triplet: E6, EB and CA. RGB value is (230,235,202). Sum of RGB (Red+Green+Blue) = 230+235+202=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBCA is #191435. Grayscale: #E5E5E5. Windows color (decimal): -1643574 or 13298662. OLE color: 13298662.

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

Color convert

RGB230235202-
CMYK0.0200.140.08
HSL69.09º45.21%85.69%-
HSV(B)69.09º14.04%92.16%-
XYZ7380.567.57-
YUV229.74112.34128.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=34.48%
G=35.23%
B=30.28%

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
Decimal2302352020.0200.140.0869.0945.2185.69
HexE6EBCA20E8452d56
Octal34635331220161010555126
Binary1110011011101011110010101001110100010001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBCA; }

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

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

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

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

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

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

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

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