#DFDAFD

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

Shades of Quartz #DFDAFD

Tints of Quartz #DFDAFD

Color information

#DFDAFD (or 0xDFDAFD) is unknown color: approx Quartz. HEX triplet: DF, DA and FD. RGB value is (223,218,253). Sum of RGB (Red+Green+Blue) = 223+218+253=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAFD is #202502. Grayscale: #DFDFDF. Windows color (decimal): -2106627 or 16636639. OLE color: 16636639.

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

Color convert

RGB223218253-
CMYK0.120.1400.01
HSL248.57º89.74%92.35%-
HSV(B)248.57º13.83%99.22%-
XYZ73.2372.92103.14-
YUV223.48144.66127.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=32.13%
G=31.41%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232182530.120.1400.01248.5789.7492.35
HexDFDAFDCE01f95a5c
Octal337332375141601371132134
Binary11011111110110101111110111001110011111100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAFD; }

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

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

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

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

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

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

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

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