#DFD7FD

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

Shades of Quartz #DFD7FD

Tints of Quartz #DFD7FD

Color information

#DFD7FD (or 0xDFD7FD) is unknown color: approx Quartz. HEX triplet: DF, D7 and FD. RGB value is (223,215,253). Sum of RGB (Red+Green+Blue) = 223+215+253=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7FD is #202802. Grayscale: #DDDDDD. Windows color (decimal): -2107395 or 16635871. OLE color: 16635871.

HSL color Cylindrical-coordinate representation of color #DFD7FD: hue angle of 252.63º degrees, saturation: 0.9, 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 #DFD7FD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223215253-
CMYK0.120.1500.01
HSL252.63º90.48%91.76%-
HSV(B)252.63º15.02%99.22%-
XYZ72.4671.38102.89-
YUV221.72145.65128.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 215 (84.38% from 255) = 31.11%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=32.27%
G=31.11%
B=36.61%

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
Decimal2232152530.120.1500.01252.6390.4891.76
HexDFD7FDCF01fd5a5c
Octal337327375141701375132134
Binary11011111110101111111110111001111011111110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7FD; }

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

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

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

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

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

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

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

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