#DFD6FB

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

Shades of Quartz #DFD6FB

Tints of Quartz #DFD6FB

Color information

#DFD6FB (or 0xDFD6FB) is unknown color: approx Quartz. HEX triplet: DF, D6 and FB. RGB value is (223,214,251). Sum of RGB (Red+Green+Blue) = 223+214+251=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FB is #202904. Grayscale: #DCDCDC. Windows color (decimal): -2107653 or 16504543. OLE color: 16504543.

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

Color convert

RGB223214251-
CMYK0.110.1500.02
HSL254.59º82.22%91.18%-
HSV(B)254.59º14.74%98.43%-
XYZ71.8970.75101.13-
YUV220.91144.98129.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 214 (83.98% from 255) = 31.10%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=32.41%
G=31.10%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232142510.110.1500.02254.5982.2291.18
HexDFD6FBBF02ff525b
Octal337326373131702377122133
Binary110111111101011011111011101111110101111111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6FB; }

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

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

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

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

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

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

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

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