#DCD6F0

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

Shades of Quartz #DCD6F0

Tints of Quartz #DCD6F0

Color information

#DCD6F0 (or 0xDCD6F0) is unknown color: approx Quartz. HEX triplet: DC, D6 and F0. RGB value is (220,214,240). Sum of RGB (Red+Green+Blue) = 220+214+240=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6F0 is #23290F. Grayscale: #DADADA. Windows color (decimal): -2304272 or 15783644. OLE color: 15783644.

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

Color convert

RGB220214240-
CMYK0.080.1100.06
HSL253.85º46.43%89.02%-
HSV(B)253.85º10.83%94.12%-
XYZ69.2969.692.22-
YUV218.76139.99128.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 240 (94.14% from 255) = 35.61%
R=32.64%
G=31.75%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202142400.080.1100.06253.8546.4389.02
HexDCD6F08B06fe2e59
Octal33432636010130637656131
Binary110111001101011011110000100010110110111111101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6F0; }

 p { color: rgb(220,214,240); }

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

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

 a { background-color: rgb(220,214,240); }

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

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

 span { border-color: rgb(220,214,240); }

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