#DFE0EC

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

Shades of Quartz #DFE0EC

Tints of Quartz #DFE0EC

Color information

#DFE0EC (or 0xDFE0EC) is unknown color: approx Quartz. HEX triplet: DF, E0 and EC. RGB value is (223,224,236). Sum of RGB (Red+Green+Blue) = 223+224+236=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0EC is #201F13. Grayscale: #E1E1E1. Windows color (decimal): -2105108 or 15524063. OLE color: 15524063.

HSL color Cylindrical-coordinate representation of color #DFE0EC: hue angle of 235.38º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE0EC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223224236-
CMYK0.060.0500.07
HSL235.38º25.49%90%-
HSV(B)235.38º5.51%92.55%-
XYZ72.2375.0690.04-
YUV225.07134.17126.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.65%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=32.65%
G=32.80%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232242360.060.0500.07235.3825.4990
HexDFE0EC6507eb195a
Octal337340354650735331132
Binary110111111110000011101100110101011111101011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0EC; }

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

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

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

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

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

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

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

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