#DEEBEA

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

Shades of Zircon #DEEBEA

Tints of Zircon #DEEBEA

Color information

#DEEBEA (or 0xDEEBEA) is unknown color: approx Zircon. HEX triplet: DE, EB and EA. RGB value is (222,235,234). Sum of RGB (Red+Green+Blue) = 222+235+234=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBEA is #211415. Grayscale: #E6E6E6. Windows color (decimal): -2167830 or 15395806. OLE color: 15395806.

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

Color convert

RGB222235234-
CMYK0.0600.000.08
HSL175.38º24.53%89.61%-
HSV(B)175.38º5.53%92.16%-
XYZ74.6880.8989.52-
YUV231129.69121.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.13%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=32.13%
G=34.01%
B=33.86%

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
Decimal2222352340.0600.000.08175.3824.5389.61
HexDEEBEA6008af195a
Octal3363533526001025731132
Binary11011110111010111110101011000100010101111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBEA; }

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

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

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

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

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

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

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

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