#DCE8EA

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

Shades of Zircon #DCE8EA

Tints of Zircon #DCE8EA

Color information

#DCE8EA (or 0xDCE8EA) is unknown color: approx Zircon. HEX triplet: DC, E8 and EA. RGB value is (220,232,234). Sum of RGB (Red+Green+Blue) = 220+232+234=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8EA is #231715. Grayscale: #E4E4E4. Windows color (decimal): -2299670 or 15395036. OLE color: 15395036.

HSL color Cylindrical-coordinate representation of color #DCE8EA: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE8EA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220232234-
CMYK0.060.0100.08
HSL188.57º25%89.02%-
HSV(B)188.57º5.98%91.76%-
XYZ73.2278.8789.21-
YUV228.64131.02121.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=32.07%
G=33.82%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202322340.060.0100.08188.572589.02
HexDCE8EA6108bd1959
Octal3343503526101027531131
Binary11011100111010001110101011010100010111101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8EA; }

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

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

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

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

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

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

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

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