#DCE1E1

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

Shades of Zircon #DCE1E1

Tints of Zircon #DCE1E1

Color information

#DCE1E1 (or 0xDCE1E1) is unknown color: approx Zircon. HEX triplet: DC, E1 and E1. RGB value is (220,225,225). Sum of RGB (Red+Green+Blue) = 220+225+225=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #DCE1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1E1 is #231E1E. Grayscale: #DFDFDF. Windows color (decimal): -2301471 or 14803420. OLE color: 14803420.

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

Color convert

RGB220225225-
CMYK0.02000.12
HSL180º7.69%87.25%-
HSV(B)180º2.22%88.24%-
XYZ70.0374.581.92-
YUV223.5128.84125.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=32.84%
G=33.58%
B=33.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202252250.02000.121807.6987.25
HexDCE1E1200Cb4857
Octal3343413412001426410127
Binary110111001110000111100001100011001011010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1E1; }

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

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

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

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

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

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

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

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