#E6EEEE

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

Shades of Zircon #E6EEEE

Tints of Zircon #E6EEEE

Color information

#E6EEEE (or 0xE6EEEE) is unknown color: approx Zircon. HEX triplet: E6, EE and EE. RGB value is (230,238,238). Sum of RGB (Red+Green+Blue) = 230+238+238=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #E6EEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEEE is #191111. Grayscale: #EBEBEB. Windows color (decimal): -1642770 or 15658726. OLE color: 15658726.

HSL color Cylindrical-coordinate representation of color #E6EEEE: hue angle of 180º degrees, saturation: 0.19, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6EEEE is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230238238-
CMYK0.03000.07
HSL180º19.05%91.76%-
HSV(B)180º3.36%93.33%-
XYZ78.6484.1592.99-
YUV235.61129.35124-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.58%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=32.58%
G=33.71%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302382380.03000.0718019.0591.76
HexE6EEEE3007b4135c
Octal346356356300726423134
Binary111001101110111011101110110011110110100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EEEE; }

 p { color: rgb(230,238,238); }

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

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

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

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

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

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

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