#DFD5FA

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

Shades of Quartz #DFD5FA

Tints of Quartz #DFD5FA

Color information

#DFD5FA (or 0xDFD5FA) is unknown color: approx Quartz. HEX triplet: DF, D5 and FA. RGB value is (223,213,250). Sum of RGB (Red+Green+Blue) = 223+213+250=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5FA is #202A05. Grayscale: #DCDCDC. Windows color (decimal): -2107910 or 16438751. OLE color: 16438751.

HSL color Cylindrical-coordinate representation of color #DFD5FA: hue angle of 256.22º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD5FA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223213250-
CMYK0.110.1500.02
HSL256.22º78.72%90.78%-
HSV(B)256.22º14.8%98.04%-
XYZ71.4870.18100.22-
YUV220.21144.81129.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 213 (83.59% from 255) = 31.05%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=32.51%
G=31.05%
B=36.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232132500.110.1500.02256.2278.7290.78
HexDFD5FABF021004f5b
Octal337325372131702400117133
Binary1101111111010101111110101011111101010000000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5FA; }

 p { color: rgb(223,213,250); }

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

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

 a { background-color: rgb(223,213,250); }

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

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

 span { border-color: rgb(223,213,250); }

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