#DFD9F9

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

Shades of Quartz #DFD9F9

Tints of Quartz #DFD9F9

Color information

#DFD9F9 (or 0xDFD9F9) is unknown color: approx Quartz. HEX triplet: DF, D9 and F9. RGB value is (223,217,249). Sum of RGB (Red+Green+Blue) = 223+217+249=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9F9 is #202606. Grayscale: #DEDEDE. Windows color (decimal): -2106887 or 16374239. OLE color: 16374239.

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

Color convert

RGB223217249-
CMYK0.100.1300.02
HSL251.25º72.73%91.37%-
HSV(B)251.25º12.85%97.65%-
XYZ72.3472.1599.74-
YUV222.44142.99128.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=32.37%
G=31.49%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232172490.100.1300.02251.2572.7391.37
HexDFD9F9AD02fb495b
Octal337331371121502373111133
Binary110111111101100111111001101011010101111101110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9F9; }

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

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

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

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

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

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

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

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