#DFEBEA

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

Shades of Zircon #DFEBEA

Tints of Zircon #DFEBEA

Color information

#DFEBEA (or 0xDFEBEA) is unknown color: approx Zircon. HEX triplet: DF, EB and EA. RGB value is (223,235,234). Sum of RGB (Red+Green+Blue) = 223+235+234=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBEA is #201415. Grayscale: #E7E7E7. Windows color (decimal): -2102294 or 15395807. OLE color: 15395807.

HSL color Cylindrical-coordinate representation of color #DFEBEA: hue angle of 175º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEBEA is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB223235234-
CMYK0.0500.000.08
HSL175º23.08%89.8%-
HSV(B)175º5.11%92.16%-
XYZ74.9981.0589.53-
YUV231.3129.52122.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=32.23%
G=33.96%
B=33.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352340.0500.000.0817523.0889.8
HexDFEBEA5008af175a
Octal3373533525001025727132
Binary11011111111010111110101010100100010101111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBEA; }

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

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

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

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

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

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

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

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