#DCDCEC

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

Shades of Quartz #DCDCEC

Tints of Quartz #DCDCEC

Color information

#DCDCEC (or 0xDCDCEC) is unknown color: approx Quartz. HEX triplet: DC, DC and EC. RGB value is (220,220,236). Sum of RGB (Red+Green+Blue) = 220+220+236=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCEC is #232313. Grayscale: #DDDDDD. Windows color (decimal): -2302740 or 15523036. OLE color: 15523036.

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

Color convert

RGB220220236-
CMYK0.070.0700.07
HSL240º29.63%89.41%-
HSV(B)240º6.78%92.55%-
XYZ70.2572.4689.64-
YUV221.82136126.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=32.54%
G=32.54%
B=34.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202202360.070.0700.0724029.6389.41
HexDCDCEC7707f01e59
Octal334334354770736036131
Binary110111001101110011101100111111011111110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCEC; }

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

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

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

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

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

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

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

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