#DFE1EE

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

Shades of Quartz #DFE1EE

Tints of Quartz #DFE1EE

Color information

#DFE1EE (or 0xDFE1EE) is unknown color: approx Quartz. HEX triplet: DF, E1 and EE. RGB value is (223,225,238). Sum of RGB (Red+Green+Blue) = 223+225+238=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1EE is #201E11. Grayscale: #E1E1E1. Windows color (decimal): -2104850 or 15655391. OLE color: 15655391.

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

Color convert

RGB223225238-
CMYK0.060.0500.07
HSL232º30.61%90.39%-
HSV(B)232º6.3%93.33%-
XYZ72.7975.7191.67-
YUV225.88134.84125.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=32.51%
G=32.80%
B=34.69%

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
Decimal2232252380.060.0500.0723230.6190.39
HexDFE1EE6507e81f5a
Octal337341356650735037132
Binary110111111110000111101110110101011111101000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1EE; }

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

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

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

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

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

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

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

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