#DFDAF6

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

Shades of Quartz #DFDAF6

Tints of Quartz #DFDAF6

Color information

#DFDAF6 (or 0xDFDAF6) is unknown color: approx Quartz. HEX triplet: DF, DA and F6. RGB value is (223,218,246). Sum of RGB (Red+Green+Blue) = 223+218+246=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF6 is #202509. Grayscale: #DEDEDE. Windows color (decimal): -2106634 or 16177887. OLE color: 16177887.

HSL color Cylindrical-coordinate representation of color #DFDAF6: hue angle of 250.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDAF6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223218246-
CMYK0.090.1100.04
HSL250.71º60.87%90.98%-
HSV(B)250.71º11.38%96.47%-
XYZ72.1472.4897.38-
YUV222.69141.16128.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 246 (96.48% from 255) = 35.81%
R=32.46%
G=31.73%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232182460.090.1100.04250.7160.8790.98
HexDFDAF69B04fb3d5b
Octal33733236611130437375133
Binary110111111101101011110110100110110100111110111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF6; }

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

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

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

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

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

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

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

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