#DCE3E4

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

Shades of Zircon #DCE3E4

Tints of Zircon #DCE3E4

Color information

#DCE3E4 (or 0xDCE3E4) is unknown color: approx Zircon. HEX triplet: DC, E3 and E4. RGB value is (220,227,228). Sum of RGB (Red+Green+Blue) = 220+227+228=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3E4 is #231C1B. Grayscale: #E1E1E1. Windows color (decimal): -2300956 or 15000540. OLE color: 15000540.

HSL color Cylindrical-coordinate representation of color #DCE3E4: hue angle of 187.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE3E4 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220227228-
CMYK0.040.0000.11
HSL187.5º12.9%87.84%-
HSV(B)187.5º3.51%89.41%-
XYZ70.9975.7684.28-
YUV225.02129.68124.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 228 (89.45% from 255) = 33.78%
R=32.59%
G=33.63%
B=33.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202272280.040.0000.11187.512.987.84
HexDCE3E4400Bbbd58
Octal3343433444001327315130
Binary1101110011100011111001001000010111011101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3E4; }

 p { color: rgb(220,227,228); }

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

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

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

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

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

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

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