#DCDCE2

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

Shades of Quartz #DCDCE2

Tints of Quartz #DCDCE2

Color information

#DCDCE2 (or 0xDCDCE2) is unknown color: approx Quartz. HEX triplet: DC, DC and E2. RGB value is (220,220,226). Sum of RGB (Red+Green+Blue) = 220+220+226=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCE2 is #23231D. Grayscale: #DCDCDC. Windows color (decimal): -2302750 or 14867676. OLE color: 14867676.

HSL color Cylindrical-coordinate representation of color #DCDCE2: hue angle of 240º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDCE2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220220226-
CMYK0.030.0300.11
HSL240º9.37%87.45%-
HSV(B)240º2.65%88.63%-
XYZ68.8471.8982.2-
YUV220.68131127.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=33.03%
G=33.03%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202202260.030.0300.112409.3787.45
HexDCDCE2330Bf0957
Octal3343343423301336011127
Binary1101110011011100111000101111010111111000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCE2; }

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

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

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

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

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

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

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

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