#DFDBED

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

Shades of Quartz #DFDBED

Tints of Quartz #DFDBED

Color information

#DFDBED (or 0xDFDBED) is unknown color: approx Quartz. HEX triplet: DF, DB and ED. RGB value is (223,219,237). Sum of RGB (Red+Green+Blue) = 223+219+237=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBED is #202412. Grayscale: #DEDEDE. Windows color (decimal): -2106387 or 15588319. OLE color: 15588319.

HSL color Cylindrical-coordinate representation of color #DFDBED: hue angle of 253.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDBED is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223219237-
CMYK0.060.0800.07
HSL253.33º33.33%89.41%-
HSV(B)253.33º7.59%92.94%-
XYZ71.0572.4790.36-
YUV222.25136.33128.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=32.84%
G=32.25%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232192370.060.0800.07253.3333.3389.41
HexDFDBED6807fd2159
Octal3373333556100737541131
Binary11011111110110111110110111010000111111111011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBED; }

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

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

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

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

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

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

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

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