#DEECED

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

Shades of Zircon #DEECED

Tints of Zircon #DEECED

Color information

#DEECED (or 0xDEECED) is unknown color: approx Zircon. HEX triplet: DE, EC and ED. RGB value is (222,236,237). Sum of RGB (Red+Green+Blue) = 222+236+237=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECED is #211312. Grayscale: #E7E7E7. Windows color (decimal): -2167571 or 15592670. OLE color: 15592670.

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

Color convert

RGB222236237-
CMYK0.060.0000.07
HSL184º29.41%90%-
HSV(B)184º6.33%92.94%-
XYZ75.4181.6391.9-
YUV231.93130.86120.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.94%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=31.94%
G=33.96%
B=34.10%

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
Decimal2222362370.060.0000.0718429.4190
HexDEECED6007b81d5a
Octal336354355600727035132
Binary1101111011101100111011011100011110111000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECED; }

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

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

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

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

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

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

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

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