#DFDBF3

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

Shades of Quartz #DFDBF3

Tints of Quartz #DFDBF3

Color information

#DFDBF3 (or 0xDFDBF3) is unknown color: approx Quartz. HEX triplet: DF, DB and F3. RGB value is (223,219,243). Sum of RGB (Red+Green+Blue) = 223+219+243=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF3 is #20240C. Grayscale: #DEDEDE. Windows color (decimal): -2106381 or 15981535. OLE color: 15981535.

HSL color Cylindrical-coordinate representation of color #DFDBF3: hue angle of 250º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDBF3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223219243-
CMYK0.080.1000.05
HSL250º50%90.59%-
HSV(B)250º9.88%95.29%-
XYZ71.9472.8295.06-
YUV222.93139.33128.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=32.55%
G=31.97%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232192430.080.1000.052505090.59
HexDFDBF38A05fa325b
Octal33733336310120537262133
Binary110111111101101111110011100010100101111110101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBF3; }

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

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

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

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

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

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

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

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