#DFECED

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

Shades of Zircon #DFECED

Tints of Zircon #DFECED

Color information

#DFECED (or 0xDFECED) is unknown color: approx Zircon. HEX triplet: DF, EC and ED. RGB value is (223,236,237). Sum of RGB (Red+Green+Blue) = 223+236+237=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECED is #201312. Grayscale: #E8E8E8. Windows color (decimal): -2102035 or 15592671. OLE color: 15592671.

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

Color convert

RGB223236237-
CMYK0.060.0000.07
HSL184.29º28%90.2%-
HSV(B)184.29º5.91%92.94%-
XYZ75.7181.7991.92-
YUV232.23130.69121.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=32.04%
G=33.91%
B=34.05%

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
Decimal2232362370.060.0000.07184.292890.2
HexDFECED6007b81c5a
Octal337354355600727034132
Binary1101111111101100111011011100011110111000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECED; }

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

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

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

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

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

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

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

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