#DFDBEB

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

Shades of Quartz #DFDBEB

Tints of Quartz #DFDBEB

Color information

#DFDBEB (or 0xDFDBEB) is unknown color: approx Quartz. HEX triplet: DF, DB and EB. RGB value is (223,219,235). Sum of RGB (Red+Green+Blue) = 223+219+235=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBEB is #202414. Grayscale: #DDDDDD. Windows color (decimal): -2106389 or 15457247. OLE color: 15457247.

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

Color convert

RGB223219235-
CMYK0.050.0700.08
HSL255º28.57%89.02%-
HSV(B)255º6.81%92.16%-
XYZ70.7672.3588.83-
YUV222.02135.33128.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=32.94%
G=32.35%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232192350.050.0700.0825528.5789.02
HexDFDBEB5708ff1d59
Octal3373333535701037735131
Binary1101111111011011111010111011110100011111111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBEB; }

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

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

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

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

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

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

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

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