#DFE0EE

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

Shades of Quartz #DFE0EE

Tints of Quartz #DFE0EE

Color information

#DFE0EE (or 0xDFE0EE) is unknown color: approx Quartz. HEX triplet: DF, E0 and EE. RGB value is (223,224,238). Sum of RGB (Red+Green+Blue) = 223+224+238=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0EE is #201F11. Grayscale: #E1E1E1. Windows color (decimal): -2105106 or 15655135. OLE color: 15655135.

HSL color Cylindrical-coordinate representation of color #DFE0EE: hue angle of 236º degrees, saturation: 0.31, 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 #DFE0EE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223224238-
CMYK0.060.0600.07
HSL236º30.61%90.39%-
HSV(B)236º6.3%93.33%-
XYZ72.5275.1791.58-
YUV225.3135.17126.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=32.55%
G=32.70%
B=34.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232242380.060.0600.0723630.6190.39
HexDFE0EE6607ec1f5a
Octal337340356660735437132
Binary110111111110000011101110110110011111101100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0EE; }

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

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

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

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

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

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

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

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