#DCEBEA

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

Shades of Zircon #DCEBEA

Tints of Zircon #DCEBEA

Color information

#DCEBEA (or 0xDCEBEA) is unknown color: approx Zircon. HEX triplet: DC, EB and EA. RGB value is (220,235,234). Sum of RGB (Red+Green+Blue) = 220+235+234=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBEA is #231415. Grayscale: #E6E6E6. Windows color (decimal): -2298902 or 15395804. OLE color: 15395804.

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

Color convert

RGB220235234-
CMYK0.0600.000.08
HSL176º27.27%89.22%-
HSV(B)176º6.38%92.16%-
XYZ74.0780.5789.49-
YUV230.4130.03120.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=31.93%
G=34.11%
B=33.96%

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
Decimal2202352340.0600.000.0817627.2789.22
HexDCEBEA6008b01b59
Octal3343533526001026033131
Binary11011100111010111110101011000100010110000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBEA; }

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

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

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

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

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

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

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

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