#DCE5E7

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

Shades of Zircon #DCE5E7

Tints of Zircon #DCE5E7

Color information

#DCE5E7 (or 0xDCE5E7) is unknown color: approx Zircon. HEX triplet: DC, E5 and E7. RGB value is (220,229,231). Sum of RGB (Red+Green+Blue) = 220+229+231=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCE5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5E7 is #231A18. Grayscale: #E2E2E2. Windows color (decimal): -2300441 or 15197660. OLE color: 15197660.

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

Color convert

RGB220229231-
CMYK0.050.0100.09
HSL190.91º18.64%88.43%-
HSV(B)190.91º4.76%90.59%-
XYZ71.9677.0286.68-
YUV226.54130.52123.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 229 (89.84% from 255) = 33.68%
BLUE value IS 231 (90.62% from 255) = 33.97%
R=32.35%
G=33.68%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202292310.050.0100.09190.9118.6488.43
HexDCE5E75109bf1358
Octal3343453475101127723130
Binary11011100111001011110011110110100110111111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5E7; }

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

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

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

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

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

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

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

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