#DCE8E9

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

Shades of Zircon #DCE8E9

Tints of Zircon #DCE8E9

Color information

#DCE8E9 (or 0xDCE8E9) is unknown color: approx Zircon. HEX triplet: DC, E8 and E9. RGB value is (220,232,233). Sum of RGB (Red+Green+Blue) = 220+232+233=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8E9 is #231716. Grayscale: #E4E4E4. Windows color (decimal): -2299671 or 15329500. OLE color: 15329500.

HSL color Cylindrical-coordinate representation of color #DCE8E9: hue angle of 184.62º 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 #DCE8E9 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220232233-
CMYK0.060.0000.09
HSL184.62º22.81%88.82%-
HSV(B)184.62º5.58%91.37%-
XYZ73.0878.8188.45-
YUV228.53130.52121.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=32.12%
G=33.87%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202322330.060.0000.09184.6222.8188.82
HexDCE8E96009b91759
Octal3343503516001127127131
Binary11011100111010001110100111000100110111001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8E9; }

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

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

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

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

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

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

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

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