#DFD3FE

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

Shades of Quartz #DFD3FE

Tints of Quartz #DFD3FE

Color information

#DFD3FE (or 0xDFD3FE) is unknown color: approx Quartz. HEX triplet: DF, D3 and FE. RGB value is (223,211,254). Sum of RGB (Red+Green+Blue) = 223+211+254=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3FE is #202C01. Grayscale: #DBDBDB. Windows color (decimal): -2108418 or 16700383. OLE color: 16700383.

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

Color convert

RGB223211254-
CMYK0.120.1700.00
HSL256.74º95.56%91.18%-
HSV(B)256.74º16.93%99.61%-
XYZ71.6269.43103.39-
YUV219.49147.48130.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 211 (82.81% from 255) = 30.67%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=32.41%
G=30.67%
B=36.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232112540.120.1700.00256.7495.5691.18
HexDFD3FEC1100101605b
Octal337323376142100401140133
Binary1101111111010011111111101100100010010000000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3FE; }

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

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

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

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

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

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

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

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