#DFD8FB

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

Shades of Quartz #DFD8FB

Tints of Quartz #DFD8FB

Color information

#DFD8FB (or 0xDFD8FB) is unknown color: approx Quartz. HEX triplet: DF, D8 and FB. RGB value is (223,216,251). Sum of RGB (Red+Green+Blue) = 223+216+251=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFD8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8FB is #202704. Grayscale: #DDDDDD. Windows color (decimal): -2107141 or 16505055. OLE color: 16505055.

HSL color Cylindrical-coordinate representation of color #DFD8FB: hue angle of 252º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFD8FB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223216251-
CMYK0.110.1400.02
HSL252º81.4%91.57%-
HSV(B)252º13.94%98.43%-
XYZ72.471.76101.3-
YUV222.08144.32128.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 216 (84.77% from 255) = 31.30%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=32.32%
G=31.30%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232162510.110.1400.0225281.491.57
HexDFD8FBBE02fc515c
Octal337330373131602374121134
Binary110111111101100011111011101111100101111110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8FB; }

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

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

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

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

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

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

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

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