#DCEAEA

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

Shades of Zircon #DCEAEA

Tints of Zircon #DCEAEA

Color information

#DCEAEA (or 0xDCEAEA) is unknown color: approx Zircon. HEX triplet: DC, EA and EA. RGB value is (220,234,234). Sum of RGB (Red+Green+Blue) = 220+234+234=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #DCEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAEA is #231515. Grayscale: #E5E5E5. Windows color (decimal): -2299158 or 15395548. OLE color: 15395548.

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

Color convert

RGB220234234-
CMYK0.06000.08
HSL180º25%89.02%-
HSV(B)180º5.98%91.76%-
XYZ73.798089.39-
YUV229.81130.36121-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=31.98%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342340.06000.081802589.02
HexDCEAEA6008b41959
Octal3343523526001026431131
Binary11011100111010101110101011000100010110100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAEA; }

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

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

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

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

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

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

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

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