#DFDFEB

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

Shades of Quartz #DFDFEB

Tints of Quartz #DFDFEB

Color information

#DFDFEB (or 0xDFDFEB) is unknown color: approx Quartz. HEX triplet: DF, DF and EB. RGB value is (223,223,235). Sum of RGB (Red+Green+Blue) = 223+223+235=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEB is #202014. Grayscale: #E0E0E0. Windows color (decimal): -2105365 or 15458271. OLE color: 15458271.

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

Color convert

RGB223223235-
CMYK0.050.0500.08
HSL240º23.08%89.8%-
HSV(B)240º5.11%92.16%-
XYZ71.8174.4689.18-
YUV224.37134127.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=32.75%
G=32.75%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232232350.050.0500.0824023.0889.8
HexDFDFEB5508f0175a
Octal3373373535501036027132
Binary1101111111011111111010111011010100011110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFEB; }

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

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

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

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

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

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

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

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