#DCD7FE

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

Shades of Quartz #DCD7FE

Tints of Quartz #DCD7FE

Color information

#DCD7FE (or 0xDCD7FE) is unknown color: approx Quartz. HEX triplet: DC, D7 and FE. RGB value is (220,215,254). Sum of RGB (Red+Green+Blue) = 220+215+254=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7FE is #232801. Grayscale: #DCDCDC. Windows color (decimal): -2304002 or 16701404. OLE color: 16701404.

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

Color convert

RGB220215254-
CMYK0.130.1500.00
HSL247.69º95.12%91.96%-
HSV(B)247.69º15.35%99.61%-
XYZ71.7170.97103.69-
YUV220.94146.66127.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 215 (84.38% from 255) = 31.20%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=31.93%
G=31.20%
B=36.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202152540.130.1500.00247.6995.1291.96
HexDCD7FEDF00f85f5c
Octal334327376151700370137134
Binary11011100110101111111111011011111001111100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7FE; }

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

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

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

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

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

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

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

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