#DEEAEC

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

Shades of Zircon #DEEAEC

Tints of Zircon #DEEAEC

Color information

#DEEAEC (or 0xDEEAEC) is unknown color: approx Zircon. HEX triplet: DE, EA and EC. RGB value is (222,234,236). Sum of RGB (Red+Green+Blue) = 222+234+236=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAEC is #211513. Grayscale: #E6E6E6. Windows color (decimal): -2168084 or 15526622. OLE color: 15526622.

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

Color convert

RGB222234236-
CMYK0.060.0100.07
HSL188.57º26.92%89.8%-
HSV(B)188.57º5.93%92.55%-
XYZ74.6980.4390.95-
YUV230.64131.02121.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=32.08%
G=33.82%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222342360.060.0100.07188.5726.9289.8
HexDEEAEC6107bd1b5a
Octal336352354610727533132
Binary1101111011101010111011001101011110111101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAEC; }

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

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

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

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

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

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

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

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