#DFDAF8

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

Shades of Quartz #DFDAF8

Tints of Quartz #DFDAF8

Color information

#DFDAF8 (or 0xDFDAF8) is unknown color: approx Quartz. HEX triplet: DF, DA and F8. RGB value is (223,218,248). Sum of RGB (Red+Green+Blue) = 223+218+248=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF8 is #202507. Grayscale: #DEDEDE. Windows color (decimal): -2106632 or 16308959. OLE color: 16308959.

HSL color Cylindrical-coordinate representation of color #DFDAF8: hue angle of 250º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDAF8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223218248-
CMYK0.100.1200.03
HSL250º68.18%91.37%-
HSV(B)250º12.1%97.25%-
XYZ72.4572.6199-
YUV222.91142.16128.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 248 (97.27% from 255) = 35.99%
R=32.37%
G=31.64%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232182480.100.1200.0325068.1891.37
HexDFDAF8AC03fa445b
Octal337332370121403372104133
Binary110111111101101011111000101011000111111101010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF8; }

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

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

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

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

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

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

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

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