#DEEBEC

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

Shades of Zircon #DEEBEC

Tints of Zircon #DEEBEC

Color information

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

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

Color convert

RGB222235236-
CMYK0.060.0000.07
HSL184.29º26.92%89.8%-
HSV(B)184.29º5.93%92.55%-
XYZ74.978191.04-
YUV231.23130.69121.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222352360.060.0000.07184.2926.9289.8
HexDEEBEC6007b81b5a
Octal336353354600727033132
Binary1101111011101011111011001100011110111000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBEC; }

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

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

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

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

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

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

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

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