#DCD9F1

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

Shades of Quartz #DCD9F1

Tints of Quartz #DCD9F1

Color information

#DCD9F1 (or 0xDCD9F1) is unknown color: approx Quartz. HEX triplet: DC, D9 and F1. RGB value is (220,217,241). Sum of RGB (Red+Green+Blue) = 220+217+241=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9F1 is #23260E. Grayscale: #DCDCDC. Windows color (decimal): -2303503 or 15849948. OLE color: 15849948.

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

Color convert

RGB220217241-
CMYK0.090.1000.05
HSL247.5º46.15%89.8%-
HSV(B)247.5º9.96%94.51%-
XYZ70.2171.1993.26-
YUV220.63139.49127.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=32.45%
G=32.01%
B=35.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202172410.090.1000.05247.546.1589.8
HexDCD9F19A05f82e5a
Octal33433136111120537056132
Binary110111001101100111110001100110100101111110001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9F1; }

 p { color: rgb(220,217,241); }

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

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

 a { background-color: rgb(220,217,241); }

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

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

 span { border-color: rgb(220,217,241); }

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