#DFDAF9

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

Shades of Quartz #DFDAF9

Tints of Quartz #DFDAF9

Color information

#DFDAF9 (or 0xDFDAF9) is unknown color: approx Quartz. HEX triplet: DF, DA and F9. RGB value is (223,218,249). Sum of RGB (Red+Green+Blue) = 223+218+249=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF9 is #202506. Grayscale: #DEDEDE. Windows color (decimal): -2106631 or 16374495. OLE color: 16374495.

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

Color convert

RGB223218249-
CMYK0.100.1200.02
HSL249.68º72.09%91.57%-
HSV(B)249.68º12.45%97.65%-
XYZ72.672.6799.82-
YUV223.03142.66127.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=32.32%
G=31.59%
B=36.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232182490.100.1200.02249.6872.0991.57
HexDFDAF9AC02fa485c
Octal337332371121402372110134
Binary110111111101101011111001101011000101111101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF9; }

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

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

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

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

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

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

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

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