#DFDEE4

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

Shades of Quartz #DFDEE4

Tints of Quartz #DFDEE4

Color information

#DFDEE4 (or 0xDFDEE4) is unknown color: approx Quartz. HEX triplet: DF, DE and E4. RGB value is (223,222,228). Sum of RGB (Red+Green+Blue) = 223+222+228=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEE4 is #20211B. Grayscale: #DEDEDE. Windows color (decimal): -2105628 or 14999263. OLE color: 14999263.

HSL color Cylindrical-coordinate representation of color #DFDEE4: hue angle of 250º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDEE4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223222228-
CMYK0.020.0300.11
HSL250º10%88.24%-
HSV(B)250º2.63%89.41%-
XYZ70.5673.5383.87-
YUV222.98130.83128.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 228 (89.45% from 255) = 33.88%
R=33.14%
G=32.99%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232222280.020.0300.112501088.24
HexDFDEE4230Bfaa58
Octal3373363442301337212130
Binary1101111111011110111001001011010111111101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEE4; }

 p { color: rgb(223,222,228); }

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

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

 a { background-color: rgb(223,222,228); }

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

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

 span { border-color: rgb(223,222,228); }

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