#DCD9EB

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

Shades of Quartz #DCD9EB

Tints of Quartz #DCD9EB

Color information

#DCD9EB (or 0xDCD9EB) is unknown color: approx Quartz. HEX triplet: DC, D9 and EB. RGB value is (220,217,235). Sum of RGB (Red+Green+Blue) = 220+217+235=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EB is #232614. Grayscale: #DBDBDB. Windows color (decimal): -2303509 or 15456732. OLE color: 15456732.

HSL color Cylindrical-coordinate representation of color #DCD9EB: hue angle of 250º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD9EB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220217235-
CMYK0.060.0800.08
HSL250º31.03%88.63%-
HSV(B)250º7.66%92.16%-
XYZ69.3270.8488.62-
YUV219.95136.49128.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=32.74%
G=32.29%
B=34.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202172350.060.0800.0825031.0388.63
HexDCD9EB6808fa1f59
Octal33433135361001037237131
Binary11011100110110011110101111010000100011111010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9EB; }

 p { color: rgb(220,217,235); }

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

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

 a { background-color: rgb(220,217,235); }

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

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

 span { border-color: rgb(220,217,235); }

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