#DCD3FC

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

Shades of Quartz #DCD3FC

Tints of Quartz #DCD3FC

Color information

#DCD3FC (or 0xDCD3FC) is unknown color: approx Quartz. HEX triplet: DC, D3 and FC. RGB value is (220,211,252). Sum of RGB (Red+Green+Blue) = 220+211+252=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3FC is #232C03. Grayscale: #DADADA. Windows color (decimal): -2305028 or 16569308. OLE color: 16569308.

HSL color Cylindrical-coordinate representation of color #DCD3FC: hue angle of 253.17º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD3FC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220211252-
CMYK0.130.1600.01
HSL253.17º87.23%90.78%-
HSV(B)253.17º16.27%98.82%-
XYZ70.3868.83101.67-
YUV218.36146.98129.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 211 (82.81% from 255) = 30.89%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=32.21%
G=30.89%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202112520.130.1600.01253.1787.2390.78
HexDCD3FCD1001fd575b
Octal334323374152001375127133
Binary110111001101001111111100110110000011111110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3FC; }

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

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

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

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

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

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

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

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