#DAC6C6

Color #DAC6C6 Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #DAC6C6

Tints of Very Light Grey #DAC6C6

Color information

#DAC6C6 (or 0xDAC6C6) is unknown color: approx Very Light Grey. HEX triplet: DA, C6 and C6. RGB value is (218,198,198). Sum of RGB (Red+Green+Blue) = 218+198+198=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6C6 is #253939. Grayscale: #CBCBCB. Windows color (decimal): -2439482 or 13027034. OLE color: 13027034.

HSL color Cylindrical-coordinate representation of color #DAC6C6: hue angle of 0º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6C6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218198198-
CMYK00.090.090.15
HSL21.28%81.57%-
HSV(B)9.17%85.49%-
XYZ59.359.3761.76-
YUV203.98124.63138-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=35.50%
G=32.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819819800.090.090.15021.2881.57
HexDAC6C6099F01552
Octal3323063060111117025122
Binary11011010110001101100011001001100111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6C6; }

 p { color: rgb(218,198,198); }

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

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

 a { background-color: rgb(218,198,198); }

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

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

 span { border-color: rgb(218,198,198); }

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