#DFE0E8

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

Shades of Quartz #DFE0E8

Tints of Quartz #DFE0E8

Color information

#DFE0E8 (or 0xDFE0E8) is unknown color: approx Quartz. HEX triplet: DF, E0 and E8. RGB value is (223,224,232). Sum of RGB (Red+Green+Blue) = 223+224+232=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFE0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0E8 is #201F17. Grayscale: #E0E0E0. Windows color (decimal): -2105112 or 15261919. OLE color: 15261919.

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

Color convert

RGB223224232-
CMYK0.040.0300.09
HSL233.33º16.36%89.22%-
HSV(B)233.33º3.88%90.98%-
XYZ71.6574.8387.01-
YUV224.61132.17126.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 232 (91.02% from 255) = 34.17%
R=32.84%
G=32.99%
B=34.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232242320.040.0300.09233.3316.3689.22
HexDFE0E84309e91059
Octal3373403504301135120131
Binary110111111110000011101000100110100111101001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0E8; }

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

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

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

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

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

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

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

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