#EDEEEE

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

Shades of Zircon #EDEEEE

Tints of Zircon #EDEEEE

Color information

#EDEEEE (or 0xEDEEEE) is unknown color: approx Zircon. HEX triplet: ED, EE and EE. RGB value is (237,238,238). Sum of RGB (Red+Green+Blue) = 237+238+238=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #EDEEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEEE is #121111. Grayscale: #EDEDED. Windows color (decimal): -1184018 or 15658733. OLE color: 15658733.

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

Color convert

RGB237238238-
CMYK0.00000.07
HSL180º2.86%93.14%-
HSV(B)180º0.42%93.33%-
XYZ80.9385.3393.09-
YUV237.7128.17127.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=33.24%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382380.00000.071802.8693.14
HexEDEEEE0007b435d
Octal35535635600072643135
Binary11101101111011101110111000011110110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEEE; }

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

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

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

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

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

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

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

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