#DCE9EA

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

Shades of Zircon #DCE9EA

Tints of Zircon #DCE9EA

Color information

#DCE9EA (or 0xDCE9EA) is unknown color: approx Zircon. HEX triplet: DC, E9 and EA. RGB value is (220,233,234). Sum of RGB (Red+Green+Blue) = 220+233+234=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EA is #231615. Grayscale: #E5E5E5. Windows color (decimal): -2299414 or 15395292. OLE color: 15395292.

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

Color convert

RGB220233234-
CMYK0.060.0000.08
HSL184.29º25%89.02%-
HSV(B)184.29º5.98%91.76%-
XYZ73.5179.4389.3-
YUV229.23130.69121.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 233 (91.41% from 255) = 33.92%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=32.02%
G=33.92%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202332340.060.0000.08184.292589.02
HexDCE9EA6008b81959
Octal3343513526001027031131
Binary11011100111010011110101011000100010111000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9EA; }

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

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

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

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

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

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

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

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