#DFE0E6

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

Shades of Quartz #DFE0E6

Tints of Quartz #DFE0E6

Color information

#DFE0E6 (or 0xDFE0E6) is unknown color: approx Quartz. HEX triplet: DF, E0 and E6. RGB value is (223,224,230). Sum of RGB (Red+Green+Blue) = 223+224+230=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFE0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0E6 is #201F19. Grayscale: #E0E0E0. Windows color (decimal): -2105114 or 15130847. OLE color: 15130847.

HSL color Cylindrical-coordinate representation of color #DFE0E6: hue angle of 231.43º 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 #DFE0E6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223224230-
CMYK0.030.0300.10
HSL231.43º12.28%88.82%-
HSV(B)231.43º3.04%90.2%-
XYZ71.3774.7185.52-
YUV224.38131.17127.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 230 (90.23% from 255) = 33.97%
R=32.94%
G=33.09%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232242300.030.0300.10231.4312.2888.82
HexDFE0E6330Ae7c59
Octal3373403463301234714131
Binary1101111111100000111001101111010101110011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0E6; }

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

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

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

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

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

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

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

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