#DCE9EB

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

Shades of Zircon #DCE9EB

Tints of Zircon #DCE9EB

Color information

#DCE9EB (or 0xDCE9EB) is unknown color: approx Zircon. HEX triplet: DC, E9 and EB. RGB value is (220,233,235). Sum of RGB (Red+Green+Blue) = 220+233+235=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EB is #231614. Grayscale: #E5E5E5. Windows color (decimal): -2299413 or 15460828. OLE color: 15460828.

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

Color convert

RGB220233235-
CMYK0.060.0100.08
HSL188º27.27%89.22%-
HSV(B)188º6.38%92.16%-
XYZ73.6579.4990.06-
YUV229.34131.19121.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=31.98%
G=33.87%
B=34.16%

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
Decimal2202332350.060.0100.0818827.2789.22
HexDCE9EB6108bc1b59
Octal3343513536101027433131
Binary11011100111010011110101111010100010111100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9EB; }

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

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

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

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

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

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

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

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