#DFE6E7

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

Shades of Zircon #DFE6E7

Tints of Zircon #DFE6E7

Color information

#DFE6E7 (or 0xDFE6E7) is unknown color: approx Zircon. HEX triplet: DF, E6 and E7. RGB value is (223,230,231). Sum of RGB (Red+Green+Blue) = 223+230+231=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFE6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6E7 is #201918. Grayscale: #E4E4E4. Windows color (decimal): -2103577 or 15197919. OLE color: 15197919.

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

Color convert

RGB223230231-
CMYK0.030.0000.09
HSL187.5º14.29%89.02%-
HSV(B)187.5º3.46%90.59%-
XYZ73.1578.0586.81-
YUV228.02129.68124.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=32.60%
G=33.63%
B=33.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232302310.030.0000.09187.514.2989.02
HexDFE6E73009bbe59
Octal3373463473001127316131
Binary110111111110011011100111110010011011101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6E7; }

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

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

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

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

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

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

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

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