#DFDAF1

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

Shades of Quartz #DFDAF1

Tints of Quartz #DFDAF1

Color information

#DFDAF1 (or 0xDFDAF1) is unknown color: approx Quartz. HEX triplet: DF, DA and F1. RGB value is (223,218,241). Sum of RGB (Red+Green+Blue) = 223+218+241=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF1 is #20250E. Grayscale: #DEDEDE. Windows color (decimal): -2106639 or 15850207. OLE color: 15850207.

HSL color Cylindrical-coordinate representation of color #DFDAF1: hue angle of 253.04º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDAF1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223218241-
CMYK0.070.1000.05
HSL253.04º45.1%90%-
HSV(B)253.04º9.54%94.51%-
XYZ71.3872.1893.39-
YUV222.12138.66128.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=32.70%
G=31.96%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232182410.070.1000.05253.0445.190
HexDFDAF17A05fd2d5a
Octal3373323617120537555132
Binary11011111110110101111000111110100101111111011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF1; }

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

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

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

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

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

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

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

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