#DEE5E5

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

Shades of Zircon #DEE5E5

Tints of Zircon #DEE5E5

Color information

#DEE5E5 (or 0xDEE5E5) is unknown color: approx Zircon. HEX triplet: DE, E5 and E5. RGB value is (222,229,229). Sum of RGB (Red+Green+Blue) = 222+229+229=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: green, blue. Hex color #DEE5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5E5 is #211A1A. Grayscale: #E2E2E2. Windows color (decimal): -2169371 or 15066590. OLE color: 15066590.

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

Color convert

RGB222229229-
CMYK0.03000.10
HSL180º11.86%88.43%-
HSV(B)180º3.06%89.8%-
XYZ72.2977.2385.22-
YUV226.91129.18124.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.65%
GREEN value IS 229 (89.84% from 255) = 33.68%
BLUE value IS 229 (89.84% from 255) = 33.68%
R=32.65%
G=33.68%
B=33.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222292290.03000.1018011.8688.43
HexDEE5E5300Ab4c58
Octal3363453453001226414130
Binary110111101110010111100101110010101011010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5E5; }

 p { color: rgb(222,229,229); }

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

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

 a { background-color: rgb(222,229,229); }

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

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

 span { border-color: rgb(222,229,229); }

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