#DFD8FD

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

Shades of Quartz #DFD8FD

Tints of Quartz #DFD8FD

Color information

#DFD8FD (or 0xDFD8FD) is unknown color: approx Quartz. HEX triplet: DF, D8 and FD. RGB value is (223,216,253). Sum of RGB (Red+Green+Blue) = 223+216+253=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8FD is #202702. Grayscale: #DEDEDE. Windows color (decimal): -2107139 or 16636127. OLE color: 16636127.

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

Color convert

RGB223216253-
CMYK0.120.1500.01
HSL251.35º90.24%91.96%-
HSV(B)251.35º14.62%99.22%-
XYZ72.7271.89102.97-
YUV222.31145.32128.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 216 (84.77% from 255) = 31.21%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=32.23%
G=31.21%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232162530.120.1500.01251.3590.2491.96
HexDFD8FDCF01fb5a5c
Octal337330375141701373132134
Binary11011111110110001111110111001111011111101110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8FD; }

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

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

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

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

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

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

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

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