#DCD6FE

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

Shades of Quartz #DCD6FE

Tints of Quartz #DCD6FE

Color information

#DCD6FE (or 0xDCD6FE) is unknown color: approx Quartz. HEX triplet: DC, D6 and FE. RGB value is (220,214,254). Sum of RGB (Red+Green+Blue) = 220+214+254=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6FE is #232901. Grayscale: #DCDCDC. Windows color (decimal): -2304258 or 16701148. OLE color: 16701148.

HSL color Cylindrical-coordinate representation of color #DCD6FE: hue angle of 249º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD6FE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220214254-
CMYK0.130.1600.00
HSL249º95.24%91.76%-
HSV(B)249º15.75%99.61%-
XYZ71.4570.46103.6-
YUV220.35146.99127.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 214 (83.98% from 255) = 31.10%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=31.98%
G=31.10%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202142540.130.1600.0024995.2491.76
HexDCD6FED1000f95f5c
Octal334326376152000371137134
Binary110111001101011011111110110110000001111100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6FE; }

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

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

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

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

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

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

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

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