#DCD9F0

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

Shades of Quartz #DCD9F0

Tints of Quartz #DCD9F0

Color information

#DCD9F0 (or 0xDCD9F0) is unknown color: approx Quartz. HEX triplet: DC, D9 and F0. RGB value is (220,217,240). Sum of RGB (Red+Green+Blue) = 220+217+240=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9F0 is #23260F. Grayscale: #DCDCDC. Windows color (decimal): -2303504 or 15784412. OLE color: 15784412.

HSL color Cylindrical-coordinate representation of color #DCD9F0: hue angle of 247.83º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD9F0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220217240-
CMYK0.080.1000.06
HSL247.83º43.4%89.61%-
HSV(B)247.83º9.58%94.12%-
XYZ70.0671.1392.48-
YUV220.52138.99127.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=32.50%
G=32.05%
B=35.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202172400.080.1000.06247.8343.489.61
HexDCD9F08A06f82b5a
Octal33433136010120637053132
Binary110111001101100111110000100010100110111110001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9F0; }

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

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

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

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

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

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

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

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