#DCD4F6

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

Shades of Quartz #DCD4F6

Tints of Quartz #DCD4F6

Color information

#DCD4F6 (or 0xDCD4F6) is unknown color: approx Quartz. HEX triplet: DC, D4 and F6. RGB value is (220,212,246). Sum of RGB (Red+Green+Blue) = 220+212+246=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCD4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4F6 is #232B09. Grayscale: #DADADA. Windows color (decimal): -2304778 or 16176348. OLE color: 16176348.

HSL color Cylindrical-coordinate representation of color #DCD4F6: hue angle of 254.12º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD4F6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220212246-
CMYK0.110.1400.04
HSL254.12º65.38%89.8%-
HSV(B)254.12º13.82%96.47%-
XYZ69.6968.9696.83-
YUV218.27143.65129.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 212 (83.20% from 255) = 31.27%
BLUE value IS 246 (96.48% from 255) = 36.28%
R=32.45%
G=31.27%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202122460.110.1400.04254.1265.3889.8
HexDCD4F6BE04fe415a
Octal334324366131604376101132
Binary1101110011010100111101101011111001001111111010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4F6; }

 p { color: rgb(220,212,246); }

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

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

 a { background-color: rgb(220,212,246); }

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

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

 span { border-color: rgb(220,212,246); }

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