#DCD7F3

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

Shades of Quartz #DCD7F3

Tints of Quartz #DCD7F3

Color information

#DCD7F3 (or 0xDCD7F3) is unknown color: approx Quartz. HEX triplet: DC, D7 and F3. RGB value is (220,215,243). Sum of RGB (Red+Green+Blue) = 220+215+243=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7F3 is #23280C. Grayscale: #DBDBDB. Windows color (decimal): -2304013 or 15980508. OLE color: 15980508.

HSL color Cylindrical-coordinate representation of color #DCD7F3: hue angle of 250.71º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD7F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220215243-
CMYK0.090.1200.05
HSL250.71º53.85%89.8%-
HSV(B)250.71º11.52%95.29%-
XYZ69.9970.2994.67-
YUV219.69141.16128.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 215 (84.38% from 255) = 31.71%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=32.45%
G=31.71%
B=35.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202152430.090.1200.05250.7153.8589.8
HexDCD7F39C05fb365a
Octal33432736311140537366132
Binary110111001101011111110011100111000101111110111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7F3; }

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

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

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

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

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

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

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

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