#DFDDF6

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

Shades of Quartz #DFDDF6

Tints of Quartz #DFDDF6

Color information

#DFDDF6 (or 0xDFDDF6) is unknown color: approx Quartz. HEX triplet: DF, DD and F6. RGB value is (223,221,246). Sum of RGB (Red+Green+Blue) = 223+221+246=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF6 is #202209. Grayscale: #E0E0E0. Windows color (decimal): -2105866 or 16178655. OLE color: 16178655.

HSL color Cylindrical-coordinate representation of color #DFDDF6: hue angle of 244.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDDF6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223221246-
CMYK0.090.1000.04
HSL244.8º58.14%91.57%-
HSV(B)244.8º10.16%96.47%-
XYZ72.9274.0597.64-
YUV224.45140.16126.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 221 (86.72% from 255) = 32.03%
BLUE value IS 246 (96.48% from 255) = 35.65%
R=32.32%
G=32.03%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232212460.090.1000.04244.858.1491.57
HexDFDDF69A04f53a5c
Octal33733536611120436572134
Binary110111111101110111110110100110100100111101011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDF6; }

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

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

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

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

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

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

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

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