#DFDAF3

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

Shades of Quartz #DFDAF3

Tints of Quartz #DFDAF3

Color information

#DFDAF3 (or 0xDFDAF3) is unknown color: approx Quartz. HEX triplet: DF, DA and F3. RGB value is (223,218,243). Sum of RGB (Red+Green+Blue) = 223+218+243=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF3 is #20250C. Grayscale: #DEDEDE. Windows color (decimal): -2106637 or 15981279. OLE color: 15981279.

HSL color Cylindrical-coordinate representation of color #DFDAF3: hue angle of 252º degrees, saturation: 0.51, 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 #DFDAF3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223218243-
CMYK0.080.1000.05
HSL252º51.02%90.39%-
HSV(B)252º10.29%95.29%-
XYZ71.6872.394.97-
YUV222.34139.66128.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=32.60%
G=31.87%
B=35.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232182430.080.1000.0525251.0290.39
HexDFDAF38A05fc335a
Octal33733236310120537463132
Binary110111111101101011110011100010100101111111001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF3; }

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

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

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

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

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

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

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

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