#DCDCE5

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

Shades of Quartz #DCDCE5

Tints of Quartz #DCDCE5

Color information

#DCDCE5 (or 0xDCDCE5) is unknown color: approx Quartz. HEX triplet: DC, DC and E5. RGB value is (220,220,229). Sum of RGB (Red+Green+Blue) = 220+220+229=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCE5 is #23231A. Grayscale: #DCDCDC. Windows color (decimal): -2302747 or 15064284. OLE color: 15064284.

HSL color Cylindrical-coordinate representation of color #DCDCE5: hue angle of 240º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDCE5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220220229-
CMYK0.040.0400.10
HSL240º14.75%88.04%-
HSV(B)240º3.93%89.8%-
XYZ69.2572.0684.39-
YUV221.03132.5127.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=32.88%
G=32.88%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202202290.040.0400.1024014.7588.04
HexDCDCE5440Af0f58
Octal3343343454401236017130
Binary110111001101110011100101100100010101111000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCE5; }

 p { color: rgb(220,220,229); }

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

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

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

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

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

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

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