#DFDBF0

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

Shades of Quartz #DFDBF0

Tints of Quartz #DFDBF0

Color information

#DFDBF0 (or 0xDFDBF0) is unknown color: approx Quartz. HEX triplet: DF, DB and F0. RGB value is (223,219,240). Sum of RGB (Red+Green+Blue) = 223+219+240=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF0 is #20240F. Grayscale: #DEDEDE. Windows color (decimal): -2106384 or 15784927. OLE color: 15784927.

HSL color Cylindrical-coordinate representation of color #DFDBF0: hue angle of 251.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDBF0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223219240-
CMYK0.070.0900.06
HSL251.43º41.18%90%-
HSV(B)251.43º8.75%94.12%-
XYZ71.4972.6492.69-
YUV222.59137.83128.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=32.70%
G=32.11%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232192400.070.0900.06251.4341.1890
HexDFDBF07906fb295a
Octal3373333607110637351132
Binary11011111110110111111000011110010110111110111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBF0; }

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

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

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

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

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

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

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

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