#DFD6FC

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

Shades of Quartz #DFD6FC

Tints of Quartz #DFD6FC

Color information

#DFD6FC (or 0xDFD6FC) is unknown color: approx Quartz. HEX triplet: DF, D6 and FC. RGB value is (223,214,252). Sum of RGB (Red+Green+Blue) = 223+214+252=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FC is #202903. Grayscale: #DCDCDC. Windows color (decimal): -2107652 or 16570079. OLE color: 16570079.

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

Color convert

RGB223214252-
CMYK0.120.1500.01
HSL254.21º86.36%91.37%-
HSV(B)254.21º15.08%98.82%-
XYZ72.0570.81101.97-
YUV221.02145.48129.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 214 (83.98% from 255) = 31.06%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=32.37%
G=31.06%
B=36.57%

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
Decimal2232142520.120.1500.01254.2186.3691.37
HexDFD6FCCF01fe565b
Octal337326374141701376126133
Binary11011111110101101111110011001111011111111010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6FC; }

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

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

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

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

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

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

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

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