#DCD6FF

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

Shades of Quartz #DCD6FF

Tints of Quartz #DCD6FF

Color information

#DCD6FF (or 0xDCD6FF) is unknown color: approx Quartz. HEX triplet: DC, D6 and FF. RGB value is (220,214,255). Sum of RGB (Red+Green+Blue) = 220+214+255=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6FF is #232900. Grayscale: #DCDCDC. Windows color (decimal): -2304257 or 16766684. OLE color: 16766684.

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

Color convert

RGB220214255-
CMYK0.140.1600
HSL248.78º100%91.96%-
HSV(B)248.78º16.08%100%-
XYZ71.6170.53104.45-
YUV220.47147.49127.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 214 (83.98% from 255) = 31.06%
BLUE value IS 255 (100% from 255) = 37.01%
R=31.93%
G=31.06%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202142550.140.1600248.7810091.96
HexDCD6FFE1000f9645c
Octal334326377162000371144134
Binary110111001101011011111111111010000001111100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6FF; }

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

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

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

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

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

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

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

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