#DFDAF5

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

Shades of Quartz #DFDAF5

Tints of Quartz #DFDAF5

Color information

#DFDAF5 (or 0xDFDAF5) is unknown color: approx Quartz. HEX triplet: DF, DA and F5. RGB value is (223,218,245). Sum of RGB (Red+Green+Blue) = 223+218+245=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF5 is #20250A. Grayscale: #DEDEDE. Windows color (decimal): -2106635 or 16112351. OLE color: 16112351.

HSL color Cylindrical-coordinate representation of color #DFDAF5: hue angle of 251.11º degrees, saturation: 0.57, 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 #DFDAF5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223218245-
CMYK0.090.1100.04
HSL251.11º57.45%90.78%-
HSV(B)251.11º11.02%96.08%-
XYZ71.9872.4296.57-
YUV222.57140.66128.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=32.51%
G=31.78%
B=35.71%

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
Decimal2232182450.090.1100.04251.1157.4590.78
HexDFDAF59B04fb395b
Octal33733236511130437371133
Binary110111111101101011110101100110110100111110111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF5; }

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

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

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

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

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

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

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

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