#DCE9E9

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

Shades of Zircon #DCE9E9

Tints of Zircon #DCE9E9

Color information

#DCE9E9 (or 0xDCE9E9) is unknown color: approx Zircon. HEX triplet: DC, E9 and E9. RGB value is (220,233,233). Sum of RGB (Red+Green+Blue) = 220+233+233=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #DCE9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9E9 is #231616. Grayscale: #E5E5E5. Windows color (decimal): -2299415 or 15329756. OLE color: 15329756.

HSL color Cylindrical-coordinate representation of color #DCE9E9: hue angle of 180º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE9E9 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220233233-
CMYK0.06000.09
HSL180º22.81%88.82%-
HSV(B)180º5.58%91.37%-
XYZ73.3679.3888.55-
YUV229.11130.19121.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 233 (91.41% from 255) = 33.97%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=32.07%
G=33.97%
B=33.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202332330.06000.0918022.8188.82
HexDCE9E96009b41759
Octal3343513516001126427131
Binary11011100111010011110100111000100110110100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9E9; }

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

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

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

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

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

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

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

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