#DFDEE5

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

Shades of Quartz #DFDEE5

Tints of Quartz #DFDEE5

Color information

#DFDEE5 (or 0xDFDEE5) is unknown color: approx Quartz. HEX triplet: DF, DE and E5. RGB value is (223,222,229). Sum of RGB (Red+Green+Blue) = 223+222+229=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEE5 is #20211A. Grayscale: #DFDFDF. Windows color (decimal): -2105627 or 15064799. OLE color: 15064799.

HSL color Cylindrical-coordinate representation of color #DFDEE5: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDEE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223222229-
CMYK0.030.0300.10
HSL248.57º11.86%88.43%-
HSV(B)248.57º3.06%89.8%-
XYZ70.773.5984.61-
YUV223.1131.33127.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=33.09%
G=32.94%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232222290.030.0300.10248.5711.8688.43
HexDFDEE5330Af9c58
Octal3373363453301237114130
Binary1101111111011110111001011111010101111100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEE5; }

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

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

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

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

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

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

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

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