#DCD5FD

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

Shades of Quartz #DCD5FD

Tints of Quartz #DCD5FD

Color information

#DCD5FD (or 0xDCD5FD) is unknown color: approx Quartz. HEX triplet: DC, D5 and FD. RGB value is (220,213,253). Sum of RGB (Red+Green+Blue) = 220+213+253=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5FD is #232A02. Grayscale: #DBDBDB. Windows color (decimal): -2304515 or 16635356. OLE color: 16635356.

HSL color Cylindrical-coordinate representation of color #DCD5FD: hue angle of 250.5º degrees, saturation: 0.91, 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 #DCD5FD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220213253-
CMYK0.130.1600.01
HSL250.5º90.91%91.37%-
HSV(B)250.5º15.81%99.22%-
XYZ71.0469.9102.68-
YUV219.65146.82128.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 213 (83.59% from 255) = 31.05%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=32.07%
G=31.05%
B=36.88%

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
Decimal2202132530.130.1600.01250.590.9191.37
HexDCD5FDD1001fa5b5b
Octal334325375152001372133133
Binary110111001101010111111101110110000011111101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5FD; }

 p { color: rgb(220,213,253); }

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

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

 a { background-color: rgb(220,213,253); }

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

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

 span { border-color: rgb(220,213,253); }

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