#DCD1FA

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

Shades of Quartz #DCD1FA

Tints of Quartz #DCD1FA

Color information

#DCD1FA (or 0xDCD1FA) is unknown color: approx Quartz. HEX triplet: DC, D1 and FA. RGB value is (220,209,250). Sum of RGB (Red+Green+Blue) = 220+209+250=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1FA is #232E05. Grayscale: #D8D8D8. Windows color (decimal): -2305542 or 16437724. OLE color: 16437724.

HSL color Cylindrical-coordinate representation of color #DCD1FA: hue angle of 256.1º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD1FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220209250-
CMYK0.120.1600.02
HSL256.1º80.39%90%-
HSV(B)256.1º16.4%98.04%-
XYZ69.5767.7299.85-
YUV216.96146.64130.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 209 (82.03% from 255) = 30.78%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=32.40%
G=30.78%
B=36.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202092500.120.1600.02256.180.3990
HexDCD1FAC1002100505a
Octal334321372142002400120132
Binary11011100110100011111101011001000001010000000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1FA; }

 p { color: rgb(220,209,250); }

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

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

 a { background-color: rgb(220,209,250); }

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

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

 span { border-color: rgb(220,209,250); }

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