#DCEAE9

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

Shades of Zircon #DCEAE9

Tints of Zircon #DCEAE9

Color information

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

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

Color convert

RGB220234233-
CMYK0.0600.000.08
HSL175.71º25%89.02%-
HSV(B)175.71º5.98%91.76%-
XYZ73.6579.9488.64-
YUV229.7129.86121.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342330.0600.000.08175.712589.02
HexDCEAE96008b01959
Octal3343523516001026031131
Binary11011100111010101110100111000100010110000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAE9; }

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

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

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

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

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

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

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

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