#DFDDE5

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

Shades of Quartz #DFDDE5

Tints of Quartz #DFDDE5

Color information

#DFDDE5 (or 0xDFDDE5) is unknown color: approx Quartz. HEX triplet: DF, DD and E5. RGB value is (223,221,229). Sum of RGB (Red+Green+Blue) = 223+221+229=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE5 is #20221A. Grayscale: #DEDEDE. Windows color (decimal): -2105883 or 15064543. OLE color: 15064543.

HSL color Cylindrical-coordinate representation of color #DFDDE5: hue angle of 255º degrees, saturation: 0.13, 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 #DFDDE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223221229-
CMYK0.030.0300.10
HSL255º13.33%88.24%-
HSV(B)255º3.49%89.8%-
XYZ70.4373.0684.52-
YUV222.51131.66128.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=33.14%
G=32.84%
B=34.03%

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
Decimal2232212290.030.0300.1025513.3388.24
HexDFDDE5330Affd58
Octal3373353453301237715130
Binary1101111111011101111001011111010101111111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDE5; }

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

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

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

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

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

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

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

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