#DEECEB

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

Shades of Zircon #DEECEB

Tints of Zircon #DEECEB

Color information

#DEECEB (or 0xDEECEB) is unknown color: approx Zircon. HEX triplet: DE, EC and EB. RGB value is (222,236,235). Sum of RGB (Red+Green+Blue) = 222+236+235=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECEB is #211314. Grayscale: #E7E7E7. Windows color (decimal): -2167573 or 15461598. OLE color: 15461598.

HSL color Cylindrical-coordinate representation of color #DEECEB: hue angle of 175.71º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEECEB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB222236235-
CMYK0.0600.000.07
HSL175.71º26.92%89.8%-
HSV(B)175.71º5.93%92.55%-
XYZ75.1281.5290.37-
YUV231.7129.86121.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=32.03%
G=34.05%
B=33.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222362350.0600.000.07175.7126.9289.8
HexDEECEB6007b01b5a
Octal336354353600726033132
Binary1101111011101100111010111100011110110000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECEB; }

 p { color: rgb(222,236,235); }

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

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

 a { background-color: rgb(222,236,235); }

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

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

 span { border-color: rgb(222,236,235); }

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