#DFECEC

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

Shades of Zircon #DFECEC

Tints of Zircon #DFECEC

Color information

#DFECEC (or 0xDFECEC) is unknown color: approx Zircon. HEX triplet: DF, EC and EC. RGB value is (223,236,236). Sum of RGB (Red+Green+Blue) = 223+236+236=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #DFECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECEC is #201313. Grayscale: #E8E8E8. Windows color (decimal): -2102036 or 15527135. OLE color: 15527135.

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

Color convert

RGB223236236-
CMYK0.06000.07
HSL180º25.49%90%-
HSV(B)180º5.51%92.55%-
XYZ75.5781.7491.15-
YUV232.11130.19121.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=32.09%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2232362360.06000.0718025.4990
HexDFECEC6007b4195a
Octal337354354600726431132
Binary1101111111101100111011001100011110110100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECEC; }

 p { color: rgb(223,236,236); }

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

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

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

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

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

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

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