#DFD9FA

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

Shades of Quartz #DFD9FA

Tints of Quartz #DFD9FA

Color information

#DFD9FA (or 0xDFD9FA) is unknown color: approx Quartz. HEX triplet: DF, D9 and FA. RGB value is (223,217,250). Sum of RGB (Red+Green+Blue) = 223+217+250=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9FA is #202605. Grayscale: #DEDEDE. Windows color (decimal): -2106886 or 16439775. OLE color: 16439775.

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

Color convert

RGB223217250-
CMYK0.110.1300.02
HSL250.91º76.74%91.57%-
HSV(B)250.91º13.2%98.04%-
XYZ72.572.22100.56-
YUV222.56143.49128.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=32.32%
G=31.45%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232172500.110.1300.02250.9176.7491.57
HexDFD9FABD02fb4d5c
Octal337331372131502373115134
Binary110111111101100111111010101111010101111101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9FA; }

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

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

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

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

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

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

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

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