#DCD5F1

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

Shades of Quartz #DCD5F1

Tints of Quartz #DCD5F1

Color information

#DCD5F1 (or 0xDCD5F1) is unknown color: approx Quartz. HEX triplet: DC, D5 and F1. RGB value is (220,213,241). Sum of RGB (Red+Green+Blue) = 220+213+241=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5F1 is #232A0E. Grayscale: #DADADA. Windows color (decimal): -2304527 or 15848924. OLE color: 15848924.

HSL color Cylindrical-coordinate representation of color #DCD5F1: hue angle of 255º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD5F1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220213241-
CMYK0.090.1200.05
HSL255º50%89.02%-
HSV(B)255º11.62%94.51%-
XYZ69.1969.1692.92-
YUV218.28140.82129.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 213 (83.59% from 255) = 31.60%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=32.64%
G=31.60%
B=35.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202132410.090.1200.052555089.02
HexDCD5F19C05ff3259
Octal33432536111140537762131
Binary110111001101010111110001100111000101111111111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5F1; }

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

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

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

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

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

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

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

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