#DFDBF5

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

Shades of Quartz #DFDBF5

Tints of Quartz #DFDBF5

Color information

#DFDBF5 (or 0xDFDBF5) is unknown color: approx Quartz. HEX triplet: DF, DB and F5. RGB value is (223,219,245). Sum of RGB (Red+Green+Blue) = 223+219+245=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFDBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF5 is #20240A. Grayscale: #DFDFDF. Windows color (decimal): -2106379 or 16112607. OLE color: 16112607.

HSL color Cylindrical-coordinate representation of color #DFDBF5: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDBF5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223219245-
CMYK0.090.1100.04
HSL249.23º56.52%90.98%-
HSV(B)249.23º10.61%96.08%-
XYZ72.2472.9496.66-
YUV223.16140.33127.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=32.46%
G=31.88%
B=35.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232192450.090.1100.04249.2356.5290.98
HexDFDBF59B04f9395b
Octal33733336511130437171133
Binary110111111101101111110101100110110100111110011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBF5; }

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

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

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

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

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

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

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

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