#DFDAFC

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

Shades of Quartz #DFDAFC

Tints of Quartz #DFDAFC

Color information

#DFDAFC (or 0xDFDAFC) is unknown color: approx Quartz. HEX triplet: DF, DA and FC. RGB value is (223,218,252). Sum of RGB (Red+Green+Blue) = 223+218+252=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAFC is #202503. Grayscale: #DFDFDF. Windows color (decimal): -2106628 or 16571103. OLE color: 16571103.

HSL color Cylindrical-coordinate representation of color #DFDAFC: hue angle of 248.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDAFC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223218252-
CMYK0.120.1300.01
HSL248.82º85%92.16%-
HSV(B)248.82º13.49%98.82%-
XYZ73.0772.86102.31-
YUV223.37144.16127.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.18%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=32.18%
G=31.46%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232182520.120.1300.01248.828592.16
HexDFDAFCCD01f9555c
Octal337332374141501371125134
Binary11011111110110101111110011001101011111100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAFC; }

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

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

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

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

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

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

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

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