#DFDAF2

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

Shades of Quartz #DFDAF2

Tints of Quartz #DFDAF2

Color information

#DFDAF2 (or 0xDFDAF2) is unknown color: approx Quartz. HEX triplet: DF, DA and F2. RGB value is (223,218,242). Sum of RGB (Red+Green+Blue) = 223+218+242=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF2 is #20250D. Grayscale: #DEDEDE. Windows color (decimal): -2106638 or 15915743. OLE color: 15915743.

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

Color convert

RGB223218242-
CMYK0.080.1000.05
HSL252.5º48%90.2%-
HSV(B)252.5º9.92%94.9%-
XYZ71.5372.2494.18-
YUV222.23139.16128.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.65%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=32.65%
G=31.92%
B=35.43%

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
Decimal2232182420.080.1000.05252.54890.2
HexDFDAF28A05fc305a
Octal33733236210120537460132
Binary110111111101101011110010100010100101111111001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAF2; }

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

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

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

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

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

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

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

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