#DEEBEB

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

Shades of Zircon #DEEBEB

Tints of Zircon #DEEBEB

Color information

#DEEBEB (or 0xDEEBEB) is unknown color: approx Zircon. HEX triplet: DE, EB and EB. RGB value is (222,235,235). Sum of RGB (Red+Green+Blue) = 222+235+235=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #DEEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBEB is #211414. Grayscale: #E7E7E7. Windows color (decimal): -2167829 or 15461342. OLE color: 15461342.

HSL color Cylindrical-coordinate representation of color #DEEBEB: hue angle of 180º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEBEB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222235235-
CMYK0.06000.08
HSL180º24.53%89.61%-
HSV(B)180º5.53%92.16%-
XYZ74.8380.9490.28-
YUV231.11130.19121.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=32.08%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222352350.06000.0818024.5389.61
HexDEEBEB6008b4195a
Octal3363533536001026431132
Binary11011110111010111110101111000100010110100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBEB; }

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

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

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

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

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

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

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

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