#DFD7F6

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

Shades of Quartz #DFD7F6

Tints of Quartz #DFD7F6

Color information

#DFD7F6 (or 0xDFD7F6) is unknown color: approx Quartz. HEX triplet: DF, D7 and F6. RGB value is (223,215,246). Sum of RGB (Red+Green+Blue) = 223+215+246=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFD7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7F6 is #202809. Grayscale: #DCDCDC. Windows color (decimal): -2107402 or 16177119. OLE color: 16177119.

HSL color Cylindrical-coordinate representation of color #DFD7F6: hue angle of 255.48º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD7F6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223215246-
CMYK0.090.1300.04
HSL255.48º63.27%90.39%-
HSV(B)255.48º12.6%96.47%-
XYZ71.3770.9497.12-
YUV220.93142.15129.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=32.60%
G=31.43%
B=35.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232152460.090.1300.04255.4863.2790.39
HexDFD7F69D04ff3f5a
Octal33732736611150437777132
Binary110111111101011111110110100111010100111111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7F6; }

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

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

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

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

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

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

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

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