#DFD3FF

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

Shades of Quartz #DFD3FF

Tints of Quartz #DFD3FF

Color information

#DFD3FF (or 0xDFD3FF) is unknown color: approx Quartz. HEX triplet: DF, D3 and FF. RGB value is (223,211,255). Sum of RGB (Red+Green+Blue) = 223+211+255=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3FF is #202C00. Grayscale: #DBDBDB. Windows color (decimal): -2108417 or 16765919. OLE color: 16765919.

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

Color convert

RGB223211255-
CMYK0.130.1700
HSL256.36º100%91.37%-
HSV(B)256.36º17.25%100%-
XYZ71.7869.5104.24-
YUV219.6147.98130.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 211 (82.81% from 255) = 30.62%
BLUE value IS 255 (100% from 255) = 37.01%
R=32.37%
G=30.62%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232112550.130.1700256.3610091.37
HexDFD3FFD1100100645b
Octal337323377152100400144133
Binary1101111111010011111111111101100010010000000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3FF; }

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

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

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

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

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

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

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

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