#DEE7E9

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

Shades of Zircon #DEE7E9

Tints of Zircon #DEE7E9

Color information

#DEE7E9 (or 0xDEE7E9) is unknown color: approx Zircon. HEX triplet: DE, E7 and E9. RGB value is (222,231,233). Sum of RGB (Red+Green+Blue) = 222+231+233=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEE7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7E9 is #211816. Grayscale: #E4E4E4. Windows color (decimal): -2168855 or 15329246. OLE color: 15329246.

HSL color Cylindrical-coordinate representation of color #DEE7E9: hue angle of 190.91º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE7E9 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222231233-
CMYK0.050.0100.09
HSL190.91º20%89.22%-
HSV(B)190.91º4.72%91.37%-
XYZ73.4178.5688.39-
YUV228.54130.52123.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=32.36%
G=33.67%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222312330.050.0100.09190.912089.22
HexDEE7E95109bf1459
Octal3363473515101127724131
Binary11011110111001111110100110110100110111111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7E9; }

 p { color: rgb(222,231,233); }

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

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

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

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

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

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

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