#DFECEB

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

Shades of Zircon #DFECEB

Tints of Zircon #DFECEB

Color information

#DFECEB (or 0xDFECEB) is unknown color: approx Zircon. HEX triplet: DF, EC and EB. RGB value is (223,236,235). Sum of RGB (Red+Green+Blue) = 223+236+235=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECEB is #201314. Grayscale: #E7E7E7. Windows color (decimal): -2102037 or 15461599. OLE color: 15461599.

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

Color convert

RGB223236235-
CMYK0.0600.000.07
HSL175.38º25.49%90%-
HSV(B)175.38º5.51%92.55%-
XYZ75.4281.6890.39-
YUV232129.69121.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 235 (92.19% 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.07
SystemRedGreenBlueCMYKHSL
Decimal2232362350.0600.000.07175.3825.4990
HexDFECEB6007af195a
Octal337354353600725731132
Binary1101111111101100111010111100011110101111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECEB; }

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

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

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

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

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

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

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

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