#DCD7FD

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

Shades of Quartz #DCD7FD

Tints of Quartz #DCD7FD

Color information

#DCD7FD (or 0xDCD7FD) is unknown color: approx Quartz. HEX triplet: DC, D7 and FD. RGB value is (220,215,253). Sum of RGB (Red+Green+Blue) = 220+215+253=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7FD is #232802. Grayscale: #DCDCDC. Windows color (decimal): -2304003 or 16635868. OLE color: 16635868.

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

Color convert

RGB220215253-
CMYK0.130.1500.01
HSL247.89º90.48%91.76%-
HSV(B)247.89º15.02%99.22%-
XYZ71.5570.91102.84-
YUV220.83146.16127.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 215 (84.38% from 255) = 31.25%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=31.98%
G=31.25%
B=36.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202152530.130.1500.01247.8990.4891.76
HexDCD7FDDF01f85a5c
Octal334327375151701370132134
Binary11011100110101111111110111011111011111100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7FD; }

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

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

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

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

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

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

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

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