#DFD7FE

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

Shades of Quartz #DFD7FE

Tints of Quartz #DFD7FE

Color information

#DFD7FE (or 0xDFD7FE) is unknown color: approx Quartz. HEX triplet: DF, D7 and FE. RGB value is (223,215,254). Sum of RGB (Red+Green+Blue) = 223+215+254=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7FE is #202801. Grayscale: #DDDDDD. Windows color (decimal): -2107394 or 16701407. OLE color: 16701407.

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

Color convert

RGB223215254-
CMYK0.120.1500.00
HSL252.31º95.12%91.96%-
HSV(B)252.31º15.35%99.61%-
XYZ72.6271.44103.73-
YUV221.84146.15128.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 215 (84.38% from 255) = 31.07%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=32.23%
G=31.07%
B=36.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232152540.120.1500.00252.3195.1291.96
HexDFD7FECF00fc5f5c
Octal337327376141700374137134
Binary11011111110101111111111011001111001111110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7FE; }

 p { color: rgb(223,215,254); }

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

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

 a { background-color: rgb(223,215,254); }

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

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

 span { border-color: rgb(223,215,254); }

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