#DCDDEC

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

Shades of Quartz #DCDDEC

Tints of Quartz #DCDDEC

Color information

#DCDDEC (or 0xDCDDEC) is unknown color: approx Quartz. HEX triplet: DC, DD and EC. RGB value is (220,221,236). Sum of RGB (Red+Green+Blue) = 220+221+236=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDEC is #232213. Grayscale: #DEDEDE. Windows color (decimal): -2302484 or 15523292. OLE color: 15523292.

HSL color Cylindrical-coordinate representation of color #DCDDEC: hue angle of 236.25º 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 #DCDDEC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220221236-
CMYK0.070.0600.07
HSL236.25º29.63%89.41%-
HSV(B)236.25º6.78%92.55%-
XYZ70.5172.9889.73-
YUV222.41135.67126.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=32.50%
G=32.64%
B=34.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202212360.070.0600.07236.2529.6389.41
HexDCDDEC7607ec1e59
Octal334335354760735436131
Binary110111001101110111101100111110011111101100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDEC; }

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

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

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

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

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

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

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

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