#DFDDF9

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

Shades of Quartz #DFDDF9

Tints of Quartz #DFDDF9

Color information

#DFDDF9 (or 0xDFDDF9) is unknown color: approx Quartz. HEX triplet: DF, DD and F9. RGB value is (223,221,249). Sum of RGB (Red+Green+Blue) = 223+221+249=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF9 is #202206. Grayscale: #E0E0E0. Windows color (decimal): -2105863 or 16375263. OLE color: 16375263.

HSL color Cylindrical-coordinate representation of color #DFDDF9: hue angle of 244.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDDF9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223221249-
CMYK0.100.1100.02
HSL244.29º70%92.16%-
HSV(B)244.29º11.24%97.65%-
XYZ73.3974.24100.08-
YUV224.79141.66126.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.18%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=32.18%
G=31.89%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232212490.100.1100.02244.297092.16
HexDFDDF9AB02f4465c
Octal337335371121302364106134
Binary110111111101110111111001101010110101111010010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDF9; }

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

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

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

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

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

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

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

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