#DFDBF7

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

Shades of Quartz #DFDBF7

Tints of Quartz #DFDBF7

Color information

#DFDBF7 (or 0xDFDBF7) is unknown color: approx Quartz. HEX triplet: DF, DB and F7. RGB value is (223,219,247). Sum of RGB (Red+Green+Blue) = 223+219+247=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFDBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF7 is #202408. Grayscale: #DFDFDF. Windows color (decimal): -2106377 or 16243679. OLE color: 16243679.

HSL color Cylindrical-coordinate representation of color #DFDBF7: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDBF7 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223219247-
CMYK0.100.1100.03
HSL248.57º63.64%91.37%-
HSV(B)248.57º11.34%96.86%-
XYZ72.5573.0798.28-
YUV223.39141.33127.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=32.37%
G=31.79%
B=35.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232192470.100.1100.03248.5763.6491.37
HexDFDBF7AB03f9405b
Octal337333367121303371100133
Binary110111111101101111110111101010110111111100110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBF7; }

 p { color: rgb(223,219,247); }

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

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

 a { background-color: rgb(223,219,247); }

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

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

 span { border-color: rgb(223,219,247); }

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