#DCD3FA

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

Shades of Quartz #DCD3FA

Tints of Quartz #DCD3FA

Color information

#DCD3FA (or 0xDCD3FA) is unknown color: approx Quartz. HEX triplet: DC, D3 and FA. RGB value is (220,211,250). Sum of RGB (Red+Green+Blue) = 220+211+250=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3FA is #232C05. Grayscale: #D9D9D9. Windows color (decimal): -2305030 or 16438236. OLE color: 16438236.

HSL color Cylindrical-coordinate representation of color #DCD3FA: hue angle of 253.85º 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 #DCD3FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220211250-
CMYK0.120.1600.02
HSL253.85º79.59%90.39%-
HSV(B)253.85º15.6%98.04%-
XYZ70.0668.71100.01-
YUV218.14145.98129.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 211 (82.81% from 255) = 30.98%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=32.31%
G=30.98%
B=36.71%

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
Decimal2202112500.120.1600.02253.8579.5990.39
HexDCD3FAC1002fe505a
Octal334323372142002376120132
Binary1101110011010011111110101100100000101111111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3FA; }

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

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

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

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

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

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

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

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