#DFDBF9

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

Shades of Quartz #DFDBF9

Tints of Quartz #DFDBF9

Color information

#DFDBF9 (or 0xDFDBF9) is unknown color: approx Quartz. HEX triplet: DF, DB and F9. RGB value is (223,219,249). Sum of RGB (Red+Green+Blue) = 223+219+249=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF9 is #202406. Grayscale: #DFDFDF. Windows color (decimal): -2106375 or 16374751. OLE color: 16374751.

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

Color convert

RGB223219249-
CMYK0.100.1200.02
HSL248º71.43%91.76%-
HSV(B)248º12.05%97.65%-
XYZ72.8673.1999.91-
YUV223.62142.33127.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=32.27%
G=31.69%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232192490.100.1200.0224871.4391.76
HexDFDBF9AC02f8475c
Octal337333371121402370107134
Binary110111111101101111111001101011000101111100010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBF9; }

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

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

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

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

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

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

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

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