#DCE7E7

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

Shades of Zircon #DCE7E7

Tints of Zircon #DCE7E7

Color information

#DCE7E7 (or 0xDCE7E7) is unknown color: approx Zircon. HEX triplet: DC, E7 and E7. RGB value is (220,231,231). Sum of RGB (Red+Green+Blue) = 220+231+231=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 231 - color contains mainly: green, blue. Hex color #DCE7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7E7 is #231818. Grayscale: #E3E3E3. Windows color (decimal): -2299929 or 15198172. OLE color: 15198172.

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

Color convert

RGB220231231-
CMYK0.05000.09
HSL180º18.64%88.43%-
HSV(B)180º4.76%90.59%-
XYZ72.5178.1486.86-
YUV227.71129.86122.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 231 (90.62% from 255) = 33.87%
BLUE value IS 231 (90.62% from 255) = 33.87%
R=32.26%
G=33.87%
B=33.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202312310.05000.0918018.6488.43
HexDCE7E75009b41358
Octal3343473475001126423130
Binary11011100111001111110011110100100110110100100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7E7; }

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

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

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

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

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

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

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

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