#DFEBEC

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

Shades of Zircon #DFEBEC

Tints of Zircon #DFEBEC

Color information

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

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

Color convert

RGB223235236-
CMYK0.060.0000.07
HSL184.62º25.49%90%-
HSV(B)184.62º5.51%92.55%-
XYZ75.2881.1691.05-
YUV231.53130.52121.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=32.13%
G=33.86%
B=34.01%

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
Decimal2232352360.060.0000.07184.6225.4990
HexDFEBEC6007b9195a
Octal337353354600727131132
Binary1101111111101011111011001100011110111001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBEC; }

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

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

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

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

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

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

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

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