#DCD3FE

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

Shades of Quartz #DCD3FE

Tints of Quartz #DCD3FE

Color information

#DCD3FE (or 0xDCD3FE) is unknown color: approx Quartz. HEX triplet: DC, D3 and FE. RGB value is (220,211,254). Sum of RGB (Red+Green+Blue) = 220+211+254=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3FE is #232C01. Grayscale: #DADADA. Windows color (decimal): -2305026 or 16700380. OLE color: 16700380.

HSL color Cylindrical-coordinate representation of color #DCD3FE: hue angle of 252.56º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD3FE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220211254-
CMYK0.130.1700.00
HSL252.56º95.56%91.18%-
HSV(B)252.56º16.93%99.61%-
XYZ70.768.96103.35-
YUV218.59147.98129-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 211 (82.81% from 255) = 30.80%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=32.12%
G=30.80%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202112540.130.1700.00252.5695.5691.18
HexDCD3FED1100fd605b
Octal334323376152100375140133
Binary110111001101001111111110110110001001111110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3FE; }

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

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

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

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

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

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

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

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