#DFE8EA

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

Shades of Zircon #DFE8EA

Tints of Zircon #DFE8EA

Color information

#DFE8EA (or 0xDFE8EA) is unknown color: approx Zircon. HEX triplet: DF, E8 and EA. RGB value is (223,232,234). Sum of RGB (Red+Green+Blue) = 223+232+234=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8EA is #201715. Grayscale: #E5E5E5. Windows color (decimal): -2103062 or 15395039. OLE color: 15395039.

HSL color Cylindrical-coordinate representation of color #DFE8EA: hue angle of 190.91º degrees, saturation: 0.21, 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 #DFE8EA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223232234-
CMYK0.050.0100.08
HSL190.91º20.75%89.61%-
HSV(B)190.91º4.7%91.76%-
XYZ74.1479.3489.25-
YUV229.54130.52123.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=32.37%
G=33.67%
B=33.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232322340.050.0100.08190.9120.7589.61
HexDFE8EA5108bf155a
Octal3373503525101027725132
Binary11011111111010001110101010110100010111111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8EA; }

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

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

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

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

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

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

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

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