#DFE5E6

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

Shades of Zircon #DFE5E6

Tints of Zircon #DFE5E6

Color information

#DFE5E6 (or 0xDFE5E6) is unknown color: approx Zircon. HEX triplet: DF, E5 and E6. RGB value is (223,229,230). Sum of RGB (Red+Green+Blue) = 223+229+230=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5E6 is #201A19. Grayscale: #E3E3E3. Windows color (decimal): -2103834 or 15132127. OLE color: 15132127.

HSL color Cylindrical-coordinate representation of color #DFE5E6: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE5E6 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223229230-
CMYK0.030.0000.10
HSL188.57º12.28%88.82%-
HSV(B)188.57º3.04%90.2%-
XYZ72.7377.4485.98-
YUV227.32129.51124.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 230 (90.23% from 255) = 33.72%
R=32.70%
G=33.58%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232292300.030.0000.10188.5712.2888.82
HexDFE5E6300Abdc59
Octal3373453463001227514131
Binary110111111110010111100110110010101011110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5E6; }

 p { color: rgb(223,229,230); }

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

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

 a { background-color: rgb(223,229,230); }

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

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

 span { border-color: rgb(223,229,230); }

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