#DFD6FF

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

Shades of Quartz #DFD6FF

Tints of Quartz #DFD6FF

Color information

#DFD6FF (or 0xDFD6FF) is unknown color: approx Quartz. HEX triplet: DF, D6 and FF. RGB value is (223,214,255). Sum of RGB (Red+Green+Blue) = 223+214+255=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FF is #202900. Grayscale: #DDDDDD. Windows color (decimal): -2107649 or 16766687. OLE color: 16766687.

HSL color Cylindrical-coordinate representation of color #DFD6FF: hue angle of 253.17º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD6FF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223214255-
CMYK0.130.1600
HSL253.17º100%91.96%-
HSV(B)253.17º16.08%100%-
XYZ72.5371104.49-
YUV221.36146.98129.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 214 (83.98% from 255) = 30.92%
BLUE value IS 255 (100% from 255) = 36.85%
R=32.23%
G=30.92%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232142550.130.1600253.1710091.96
HexDFD6FFD1000fd645c
Octal337326377152000375144134
Binary110111111101011011111111110110000001111110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6FF; }

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

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

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

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

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

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

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

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