#DCD8EB

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

Shades of Quartz #DCD8EB

Tints of Quartz #DCD8EB

Color information

#DCD8EB (or 0xDCD8EB) is unknown color: approx Quartz. HEX triplet: DC, D8 and EB. RGB value is (220,216,235). Sum of RGB (Red+Green+Blue) = 220+216+235=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8EB is #232714. Grayscale: #DBDBDB. Windows color (decimal): -2303765 or 15456476. OLE color: 15456476.

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

Color convert

RGB220216235-
CMYK0.060.0800.08
HSL252.63º32.2%88.43%-
HSV(B)252.63º8.09%92.16%-
XYZ69.0770.3388.53-
YUV219.36136.83128.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=32.79%
G=32.19%
B=35.02%

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
Decimal2202162350.060.0800.08252.6332.288.43
HexDCD8EB6808fd2058
Octal33433035361001037540130
Binary110111001101100011101011110100001000111111011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8EB; }

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

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

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

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

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

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

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

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