#DFDDE7

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

Shades of Quartz #DFDDE7

Tints of Quartz #DFDDE7

Color information

#DFDDE7 (or 0xDFDDE7) is unknown color: approx Quartz. HEX triplet: DF, DD and E7. RGB value is (223,221,231). Sum of RGB (Red+Green+Blue) = 223+221+231=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDE7 is #202218. Grayscale: #DEDEDE. Windows color (decimal): -2105881 or 15195615. OLE color: 15195615.

HSL color Cylindrical-coordinate representation of color #DFDDE7: hue angle of 252º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDDE7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223221231-
CMYK0.030.0400.09
HSL252º17.24%88.63%-
HSV(B)252º4.33%90.59%-
XYZ70.7173.1786-
YUV222.74132.66128.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=33.04%
G=32.74%
B=34.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232212310.030.0400.0925217.2488.63
HexDFDDE73409fc1159
Octal3373353473401137421131
Binary110111111101110111100111111000100111111100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDE7; }

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

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

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

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

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

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

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

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