#DFD6FA

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

Shades of Quartz #DFD6FA

Tints of Quartz #DFD6FA

Color information

#DFD6FA (or 0xDFD6FA) is unknown color: approx Quartz. HEX triplet: DF, D6 and FA. RGB value is (223,214,250). Sum of RGB (Red+Green+Blue) = 223+214+250=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FA is #202905. Grayscale: #DCDCDC. Windows color (decimal): -2107654 or 16439007. OLE color: 16439007.

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

Color convert

RGB223214250-
CMYK0.110.1400.02
HSL255º78.26%90.98%-
HSV(B)255º14.4%98.04%-
XYZ71.7370.68100.3-
YUV220.8144.48129.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 214 (83.98% from 255) = 31.15%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=32.46%
G=31.15%
B=36.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232142500.110.1400.0225578.2690.98
HexDFD6FABE02ff4e5b
Octal337326372131602377116133
Binary110111111101011011111010101111100101111111110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6FA; }

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

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

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

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

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

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

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

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