#DCD5F7

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

Shades of Quartz #DCD5F7

Tints of Quartz #DCD5F7

Color information

#DCD5F7 (or 0xDCD5F7) is unknown color: approx Quartz. HEX triplet: DC, D5 and F7. RGB value is (220,213,247). Sum of RGB (Red+Green+Blue) = 220+213+247=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5F7 is #232A08. Grayscale: #DADADA. Windows color (decimal): -2304521 or 16242140. OLE color: 16242140.

HSL color Cylindrical-coordinate representation of color #DCD5F7: hue angle of 252.35º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD5F7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220213247-
CMYK0.110.1400.03
HSL252.35º68%90.2%-
HSV(B)252.35º13.77%96.86%-
XYZ70.169.5297.72-
YUV218.97143.82128.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 213 (83.59% from 255) = 31.32%
BLUE value IS 247 (96.88% from 255) = 36.32%
R=32.35%
G=31.32%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202132470.110.1400.03252.356890.2
HexDCD5F7BE03fc445a
Octal334325367131603374104132
Binary110111001101010111110111101111100111111110010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5F7; }

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

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

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

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

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

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

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

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