#DFD6FD

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

Shades of Quartz #DFD6FD

Tints of Quartz #DFD6FD

Color information

#DFD6FD (or 0xDFD6FD) is unknown color: approx Quartz. HEX triplet: DF, D6 and FD. RGB value is (223,214,253). Sum of RGB (Red+Green+Blue) = 223+214+253=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FD is #202902. Grayscale: #DCDCDC. Windows color (decimal): -2107651 or 16635615. OLE color: 16635615.

HSL color Cylindrical-coordinate representation of color #DFD6FD: hue angle of 253.85º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD6FD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223214253-
CMYK0.120.1500.01
HSL253.85º90.7%91.57%-
HSV(B)253.85º15.42%99.22%-
XYZ72.2170.87102.8-
YUV221.14145.98129.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=32.32%
G=31.01%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232142530.120.1500.01253.8590.791.57
HexDFD6FDCF01fe5b5c
Octal337326375141701376133134
Binary11011111110101101111110111001111011111111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6FD; }

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

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

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

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

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

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

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

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