#DFDAF0

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

Shades of Quartz #DFDAF0

Tints of Quartz #DFDAF0

Color information

#DFDAF0 (or 0xDFDAF0) is unknown color: approx Quartz. HEX triplet: DF, DA and F0. RGB value is (223,218,240). Sum of RGB (Red+Green+Blue) = 223+218+240=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF0 is #20250F. Grayscale: #DDDDDD. Windows color (decimal): -2106640 or 15784671. OLE color: 15784671.

HSL color Cylindrical-coordinate representation of color #DFDAF0: hue angle of 253.64º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDAF0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223218240-
CMYK0.070.0900.06
HSL253.64º42.31%89.8%-
HSV(B)253.64º9.17%94.12%-
XYZ71.2372.1292.6-
YUV222138.16128.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 240 (94.14% from 255) = 35.24%
R=32.75%
G=32.01%
B=35.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232182400.070.0900.06253.6442.3189.8
HexDFDAF07906fe2a5a
Octal3373323607110637652132
Binary11011111110110101111000011110010110111111101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF0; }

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

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

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

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

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

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

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

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