#DFDCED

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

Shades of Quartz #DFDCED

Tints of Quartz #DFDCED

Color information

#DFDCED (or 0xDFDCED) is unknown color: approx Quartz. HEX triplet: DF, DC and ED. RGB value is (223,220,237). Sum of RGB (Red+Green+Blue) = 223+220+237=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCED is #202312. Grayscale: #DEDEDE. Windows color (decimal): -2106131 or 15588575. OLE color: 15588575.

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

Color convert

RGB223220237-
CMYK0.060.0700.07
HSL250.59º32.08%89.61%-
HSV(B)250.59º7.17%92.94%-
XYZ71.3172.9990.45-
YUV222.83135.99128.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.79%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=32.79%
G=32.35%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232202370.060.0700.07250.5932.0889.61
HexDFDCED6707fb205a
Octal337334355670737340132
Binary1101111111011100111011011101110111111110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCED; }

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

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

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

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

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

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

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

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