#DFD6F8

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

Shades of Quartz #DFD6F8

Tints of Quartz #DFD6F8

Color information

#DFD6F8 (or 0xDFD6F8) is unknown color: approx Quartz. HEX triplet: DF, D6 and F8. RGB value is (223,214,248). Sum of RGB (Red+Green+Blue) = 223+214+248=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFD6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6F8 is #202907. Grayscale: #DCDCDC. Windows color (decimal): -2107656 or 16307935. OLE color: 16307935.

HSL color Cylindrical-coordinate representation of color #DFD6F8: hue angle of 255.88º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFD6F8 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223214248-
CMYK0.100.1400.03
HSL255.88º70.83%90.59%-
HSV(B)255.88º13.71%97.25%-
XYZ71.4270.5698.66-
YUV220.57143.48129.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=32.55%
G=31.24%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232142480.100.1400.03255.8870.8390.59
HexDFD6F8AE03100475b
Octal337326370121603400107133
Binary1101111111010110111110001010111001110000000010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6F8; }

 p { color: rgb(223,214,248); }

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

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

 a { background-color: rgb(223,214,248); }

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

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

 span { border-color: rgb(223,214,248); }

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