#DCE7E9

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

Shades of Zircon #DCE7E9

Tints of Zircon #DCE7E9

Color information

#DCE7E9 (or 0xDCE7E9) is unknown color: approx Zircon. HEX triplet: DC, E7 and E9. RGB value is (220,231,233). Sum of RGB (Red+Green+Blue) = 220+231+233=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7E9 is #231816. Grayscale: #E3E3E3. Windows color (decimal): -2299927 or 15329244. OLE color: 15329244.

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

Color convert

RGB220231233-
CMYK0.060.0100.09
HSL189.23º22.81%88.82%-
HSV(B)189.23º5.58%91.37%-
XYZ72.878.2588.36-
YUV227.94130.86122.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 233 (91.41% from 255) = 34.06%
R=32.16%
G=33.77%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202312330.060.0100.09189.2322.8188.82
HexDCE7E96109bd1759
Octal3343473516101127527131
Binary11011100111001111110100111010100110111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7E9; }

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

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

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

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

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

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

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

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